You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
collective.googleanalytics has External Links and File Downloads plugins enabled.
Downloading a file (https://jazkarta.com/projects/volunteer-management-system "Download Case Study") successfully records a Google Analytics event with Category = File, Action = Download, and Label = URL of the PDF file. I think the relevant JS line on that page is _gaq.push(['_trackEvent', 'File', 'Download', $(this).attr('href')]);
Clicking the external link on the same page ("View Website") successfully records a Google Analytics event with Category = External, Action = Link, however Label is not set. (It should contain the URL of the external link.) I think the relevant (and suspicious looking) JS line on that page is _gaq.push(['_trackEvent', 'External', 'Link', jQuery(this).attr('href')]);
The text was updated successfully, but these errors were encountered:
collective.googleanalytics has External Links and File Downloads plugins enabled.
Downloading a file (https://jazkarta.com/projects/volunteer-management-system "Download Case Study") successfully records a Google Analytics event with Category = File, Action = Download, and Label = URL of the PDF file. I think the relevant JS line on that page is
_gaq.push(['_trackEvent', 'File', 'Download', $(this).attr('href')]);
Clicking the external link on the same page ("View Website") successfully records a Google Analytics event with Category = External, Action = Link, however Label is not set. (It should contain the URL of the external link.) I think the relevant (and suspicious looking) JS line on that page is
_gaq.push(['_trackEvent', 'External', 'Link', jQuery(this).attr('href')]);
The text was updated successfully, but these errors were encountered: