Hi all,
I have installed the google analytics module from silversluke but all I get from the google analytics control panel is:
Waiting for Data
Analytics has been successfully installed and data is being gathered now. ( I have waited a week but all I get is the little time icon and this message)
When I click on check status it shows me the code that I need to paste into the pages. Paste this code on your site:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8888888-8");
pageTracker._trackPageview();
} catch(err) {}</script>
So I pasted the above into your Google Analytics tab back in the SS admin and clicked save.
Paste Google's code below to collect statistics for this site Analytics Tracking etc.
I also notice that when I reload the page the above code turns into:
<script type='text/javascript'>
var pageTracker = _gat._getTracker("UA-3473533-7");
pageTracker._trackPageview();
</script>
Finally here is what my code looks like on the actual live website pages, any google related code:
<script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>
</head>
script type="text/javascript">//<![CDATA[
<script type='text/javascript'>var pageTracker = _gat._getTracker("UA-8888888-8");
pageTracker._trackPageview();
</script>//]]></script></body>
</html>
Just wondering if someone might have some ideas on what I am doing wrong, or what is going wrong.
Desperate to get this going, any help would be great. I'm on SS 2.4 btw.