Hi,
Reading through Daves Guide to Google Analystics,
http://community.actinic.com/showthr...ogle+analytics
he states, which seems to work for everyone, place the code
in the <head> of the relevant primary pages?
I have mine in the <body> as instructed by Google.
Out of interest.... why the conflict?
S?
Reading through Daves Guide to Google Analystics,
http://community.actinic.com/showthr...ogle+analytics
he states, which seems to work for everyone, place the code
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "Your Google Number"; urchinTracker(); </script>
I have mine in the <body> as instructed by Google.
Out of interest.... why the conflict?
S?
Comment