View Single Post
Old 04-02-2008, 09:17 PM   #4 (permalink)
mandava
Googler
 
Join Date: Mar 2008
Location: India
Posts: 64
Thanks: 0
Thanked 3 Times in 3 Posts
mandava is on a distinguished road
hey arvel,
i have gone through the code and it looks like you modified the code given to you by google. place this script and it should work just fine. after analytics starts working, we need to see if the images show up or not. so first do this.

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2778059-7";
urchinTracker();
</script>

the account id above is yours. so dont worry.just replace the code that is already present with this one, and analytics will work just fine.
mandava is offline   Reply With Quote