To track clicks using Google Analytics, you have to send a tracking event back to google manually:
1 |
ga('send', 'event', 'Collections', 'View', $data.title); |
Reference:
To track clicks using Google Analytics, you have to send a tracking event back to google manually:
1 |
ga('send', 'event', 'Collections', 'View', $data.title); |
Reference: