I am sorry...
There is a difference in the code that ZC is outputting
ZC output
<script type="text/javascript">
_uacct = "UA-10268705-1";
urchinTracker();
</script></body></html>
And here is the output that Google wants (what they told me to paste in my page) - notice that "} catch(err) {}" is missing
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-10268705-1";
urchinTracker();
} catch(err) {}</script>


Reply With Quote
