Hi cuda,
no thats not it. I double checked the source code on my main page, and the control mod and both are showing the correct acct # as provided by google.
Here is the script google creates on GA when I run the test:
<script src="
http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "
UA-1805379-1";
urchinTracker();
</script>
I have not used this code because from what I understand your way will be more effective with ZC. Any other ideas for me?
One thing I did notice in my templete files is that I have both files in the templete directory tpl_header.php & tpl_main_page.php. I inputed the script provided in the readme of your download into tpl_main_page.php.
Is having tpl_header.php in the same directory screwing something up?
Thanks a million for the help!