Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Analytics says "Tracking Not Installed" but I see it working?

My site www.katievb.com is a blog hosted by blogspot.com. I've created a Google Analytics account and registered a "Universal Analytics" property. It provided a unique UA ID and some code to embed in the HTML that looks similar to 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-XXXXXXXX-X', 'katievb.com');   ga('send', 'pageview');  </script> 

I did this probably about 24 hours ago. The GA admin page has said "Status: Tracking Not Installed" this whole time. However, GA Real-Time actually does track my visits. (I can use Firefox on a Mac and in real-time see that on the Analytics screen, and then I can go over to a Windows computer with Chrome and visit katievb.com and see that on the real-time screen too.)

In blogspot's settings, I intentionally did NOT populate the Settings > Other > Analytics Web Property ID because it appeared to me that that would expect that I was using the old-style Google Analytics (ga.js) and not this new kind (analytics.js).

Also, I then replicated this in a completely independent pair of blogspot/GA accounts.

Why does it say "Tracking Not Installed"? It seems to be tracking, and I'm not sure what I'm supposed to change about how I installed it.

I've read the instructions many times and have tried different versions of their code and placing it in different locations, such as prior to </head> or </body>.

like image 337
Ryan Avatar asked Jun 06 '13 01:06

Ryan


People also ask

Why is my Google Analytics not tracking?

If the goal page is not tagged with tracking code, Analytics does not track this page, and as a result does not track goals. You should also make sure that you've installed the correct tracking code on your pages since the code is specific to each account property.

How do I know if Google Analytics is installed correctly?

Select the website with the tracking code you want to check from the Property drop-down list if you have multiple sites and then click "Tracking Info." If everything is working correctly the status is listed as "Receiving Data" or "Waiting for Data." If the status is listed as "Tracking Not Installed" or "Not Verified" ...

How long does it take for Google Analytics to show up?

Processing latency is 24-48 hours. Standard accounts that send more than 200,000 sessions per day to Analytics will result in the reports being refreshed only once a day. This can delay updates to reports and metrics for up to two days.


1 Answers

Eventually it started working. I think it took a day or 2 for the status to accurately reflect that tracking had been properly installed. It's bizarre... because Real-time was working, so I would have guessed that Google's status code would have been able to be updated real-time too.

like image 91
Ryan Avatar answered Sep 24 '22 16:09

Ryan