
Originally Posted by
brewtusplease
Hey there! Just curious, installed this mod last night.
I am to the point where my Google Analytics status shows a check and is receiving data with 1 visit from last night. I have had 15 site visits this morning and I am still seeing the same status and 1 visit.
I followed some advice and looked at the source on the main page and the tracking is definitely there and my UA number matches. However, the tracking code seems different than what Google Analytics wanted me to copy:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-1]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Any ideas? Seems weird that the GA site says it Receiving Data but nothing is updating.
Appreciate the help!
Bookmarks