
Originally Posted by
cariclaire
Can someone help me with why google analytics isn't working for me? I was using it in the footer page without the mod and it was working great until i secured my site then i was receiving security errors so i had to remove it.
The mod was installed and now it's not working.
I think all of my settings are correct. All of the steps were followed in the readme file.
When i go to my google account it says that it's receiving data from my site. But there is no hits recorded since the end of April when the mod was installed. I've had lots of hits and sales since then.
any suggestions?
I'm no expert at this by any means, but I can tell by looking at your page source that it's not installed correctly. If it were you would see this code (or something very similar) at the very end:
Code:
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-XXXXXXX-X";
urchinTracker();
</script></body>
</html>