Can't get google analytics tracking code to work
-
Hi
I have inserted the google analytics tracking code in full into every page and post of my blog but Google Analytics gives ‘Status: Tracking not installed’ on the ‘Tracking Info’ tab. What’s happening?
My site is onandoffthegringotrail.com and the code looks like this:
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-40******-2’, ‘onandoffthegringotrail.com’);
ga(‘send’, ‘pageview’);</script>
- The topic ‘Can't get google analytics tracking code to work’ is closed to new replies.