Hi Guys, When viewing top referrers on Google analytics, over half of the referral based traffic is shown as my own domain. The code i use: var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12345-1']); _gaq.push(['_setDomainName', 'example-site.com']); _gaq.push(['_addIgnoredRef', 'example-site.com']); _gaq.push(['_trackPageview']); Any suggestion would be greatly appreciated.
I used the Google version of the code which had the same issue hence attempting this code which failed again