Event tracking is how you tell Google Analytics to record user behavior that doesn't automatically trigger your tracking code. Usually, events are ...
Out of the box, Google Analytics doesn't support file downloads tracking automatically. That's because files can't request a tracking pixel, which is ...
We can't track PDF document views in Google Analytics but this doesn't mean
To view file downloads, log in to your Google Analytics account and select the website where you'd like to track file downloads. If you've enabled downloads ...
capture clicks on a link, Analytics counts the clicks as event hits.
In the GA v5 (new version), you'll want to go to Reports > Content > Events > Top Events. You'll see your event category listed there and you drill ...
GA Event Tracking Code for File Downloads. Have a whitepaper or some other file available for download on your site? With event tracking in Google Analytics ...
Google Analytics tracks a lot of things, but not file downloads – at least, not out of the box. Depending on the nature of your site, it can be very ...
a readable file name; Event ...
On each link that you want to track add the following “onClick” call: onClick="ga(' send', 'event', 'download', 'click', 'Descriptive text here');". So it would look like ...