
Originally Posted by
rwment
Ok after a day and half I give up. I installed the mod, I re-installed the mod, I have done a manual code insertion, I viewed the source code and the tracking code was there and the account number is correct. I am running ZC 1.3.7 and I am running out of tylenol. Anyone have any ideas why google can't seem to verify the code is in place?
ok so I look at your page source and I see this:
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1920684-1";
urchinTracker();
</script></div>
<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<!--eof- banner #6 display -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1920684-1";
urchinTracker();
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-XXXXXX-X";
urchinTracker();
</script>
now I don't know about you but I think you have inserted a bit of extra code in your template you may want to go check that out and report back......
you only need this once and the code will only insert it once so you have hard coded a few extras in there:
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1920684-1";
urchinTracker();
</script>
Bookmarks