Catalog v8.5.3
I am not getting any stats for my home page: http://www.competitiveheatingsupplies.co.uk/index.html
I have noticed a difference in the generated GA code on the homepage.
There was a post to this exact problem but the link is not working. I managed to retrieve some info from the google cache but no resolution.
I have highlighted in red. This part of the tracking code:
is giving this on the live home page (The rest of the site is ok):
It only manifests on a live page and not in page preview. The person who raised this before had already asked GA help who said it was to do with this part of the code. But I cannot see how or why this is happening.
For completeness the whole code for the homepage is:
I am not getting any stats for my home page: http://www.competitiveheatingsupplies.co.uk/index.html
I have noticed a difference in the generated GA code on the homepage.
There was a post to this exact problem but the link is not working. I managed to retrieve some info from the google cache but no resolution.
I have highlighted in red. This part of the tracking code:
Code:
<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>
Code:
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "acatalog/google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript">
For completeness the whole code for the homepage is:
Code:
<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-3373333-1"); pageTracker._trackPageview(); } catch(err) {}
Comment