Graphic Motion Video Art, Website, IT Network, Culture

Loading...
Fix Problem Loading ga.js In-Page Google Analytics

Google Analytics can be used to analyze visitor traffic, from which the visitor came, keywords used, and also we can see the effectiveness of advertising on our site, which is all that we can get it for free from Google Analytics. The Problems is how to place the script code that provided by Google Analytics so that can be working perfectly to obtain complete statistics of our site.


After we insert verification of Google Analytics script code to the template of our site apparently detected but does not work perfectly. Such as ga.js tracking code from analytics, the code can be loaded when analytics are taking the formation of my blog in display the In-Page Analytics. The result is a warning "Your site does not load ga.js from Google ..." this is happening on my blog and maybe with in you, and what would you like to do now ? the problem means the script of tracking code google analytics unable to access when the process of loading In-Page Analytics.


This is the script analytics code placement where you must put, i just place that script analytics tracking code on the head of the template html of my blog. The script that i was placed I got from the google analytics of mine when i just have already registration and this is recommend to place on my blog or site and for the verification of ownership of the url at once. But when i had tried for running In-Page Analytics of the Analytics blog of mine. There was any problem and maybe also you have found today. Ga.js tracking script on the template of you site/blog can not be loaded (not working). And What's Wrong is it...?

How many forums that I have been found, that can not help me to give the solution for my problem "does not load ga.js from google". Until I found the script code below in google analytics help
<script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);
    _gaq.push(['_setDomainName', 'agratitudesign.blogspot.com']);
    _gaq.push(['_setAllowLinker', true]);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
      ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
      'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(ga, s);
    })();
</script>
  • UA-XXXXXXXX-1 is ID of your google analytics
  • agratitudesign.blogspot.com is The url adress of your blog/website.
If you use in blogger, parse the code at first before used. Then place the parse code of the script to the head template of the blog/website. If you've already used another script, replace the code analytics before with the new script code above.

The result is the tracking code can be loaded into the web/blog page. And finally I can see the analysis of In-Page Analytics of my blog page. Hopefully this can fix the problem in the In-Page Analytics on your site/blog too. For more details let's see the above article video! Good luck !

Share This Article :
Related Articles

7 comments :

  1. This is the handwriting analytics law arrangement where in page analytics you mold put, i ethical arrange that scenario analytics tracking cryptogram on the pate of the template html of my blog.

    ReplyDelete
  2. This was very helpful thanx a lot

    ReplyDelete
  3. I get the error message for In-Page Analytics but I use Google Tag Manager. Do you have a solution?

    ReplyDelete
  4. visualization easier, some users keep the website open in another browser tab so they can reference it while looking through reports.

    in page analytics

    ReplyDelete
  5. Thanks thanks thanks it works GREAT!!GENIUS!!...... Youtube Support

    ReplyDelete
  6. I am glad to hear that! good luck to you all!

    ReplyDelete

Back to Top