I'm facing the same problem as many, the GA data is not accurate, I can see it because I have other means to verify, in fact even the transactions are not well reported on GA's site. This, with the new ga code.
So I was looking around for some solution when I saw this difference :
On Google site the code is :
Code:
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._trackPageview();
In /catalog/includes/templates/YOUR_TEMPLATE/google_analytics/google_analytics.php the code is :
Code:
var pageTracker = _gat._getTracker(\"" . GOOGLE_ANALYTICS_UACCT . "\");
pageTracker._initData();
pageTracker._trackPageview();
Do we need to correct the google_analytics.php file so that it gets the same code as the one given on https://www.google.com/support/googl...n_US&utm_id=ad
???
Thanks for help
Regards
Hubert
Bookmarks