Thanks Guys, I just signed up for the Analytics and it says that I need to post some similar code to every page that I want to track:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-1";
urchinTracker();
</script>
Do I have to do this everytime I post a blog? Or can I add it to one file in word press?
|