Tracking file downloads in google analytics
Connect and share knowledge within a single location that is structured and easy to search. I am running a Image gallery website which can be used to download images Now my requirement is to track these downloads.. It is not necessary to always click and download a zip file I have created a little app AIR application to directly download the file.
In that case I can't able to use any GA script I want to know whether it is possible to use GA in this case if yes then how to implement? The two basic ways are event tracking registering the click and the other is by a virtual 'pageview'.
The problem with the first is that clicks are less reliably measured; the problem with the second when the user clicks the link, trackPageview might not have time to execute. One common solution is to use the virtual pageview technique and add a small timer to cause a millisecond delay:. In practice, you need two pieces of js code--one to modify the a href tag by binding the onclick handler to a function, and the other to create that function: shown first, below.
One complication this technique introduces is that it causes your downloads to be co-mingled with your page view totals. You will just need to install and activate the MonsterInsights plugin on your WordPress site.
The most awesome part of MonsterInsights is that it will automatically track all your file downloads. You have to create custom reports for each downloadable file. It will automatically do the rest. Angelfish shows the true number of downloads linked and direct , shows the websites that link directly to files on your site, and can upload this data as an event to your Google Analytics account. For more information, visit the Angelfish Software website.
Skip to content Hidden. MonsterInsights will start tracking your file downloads automatically based on this setting. It will track all popular file formats like doc, pdf, ppt, zip, xls, docs, pptx, and xlsx as default.
Add more file extensions separated by commas in the box if needed. On this section, it will show your download links and number of clicks received on each of them. This data is useful to identify your popular products or files and develop relevant content accordingly. Sign in to Google Analytics and choose your property from the top on which you want to view file downloads. Scroll-down and expand the Behaviour menu. Click Events, followed by Top events.
On the main screen, you can view all file downloads if they are created as events. Here, all your file downloads are categorized as download. Click downloads to get a report for each file. That's it. Find your most downloaded files and create similar, relevant products to improve user engagements on your site.
0コメント