View Single Post
  #4  
Old 05-28-2007, 01:16 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
Yes, the Javascript method works for me.

At the bottom of the page, right before the closing </body> tag, I have this code:
HTML Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxx-x";
urchinTracker();
</script>
You have to go to google analytics to get your own "_uacct" number.
__________________
Jay Williams | A Different View
Reply With Quote