I was wondering if anyone has gotten file download and external link tracking with google analytics working.
I read here how its done http://support.google.com/googleanalytics/bin/answer.py?hl=en&answer=55529.
But I tried implementing it on my links and its been a couple weeks since I did it and I can't see where it has shown up. (I know i've clicked it a couple of times)
Here is the code I have used.
For an external link
<a onclick="javascript: _gaq.push(['_trackPageview', '/external-link/www.somesite.com']);" href="http://www.somesite.com/" title="External link">www.somesite.com</a>
For the pdf file
<a onclick="javascript: _gaq.push(['_trackPageview', '/pdfs/test.pdf']);" href="http://www.site.com/pdfs/test.pdf">Downland and complete a Transfer your super into Cbus form</a>
I have analytics on the page but it doesn't seem to be tracking.
Has anyone gotten this working? Any help would be appreciated.
Thanks