To Accelerate The Process Of Linking Google Analytics - I apologize if my poor English language skills. You are of course allowed to correct them. And that of course is very useful for me.
This time I will share tips on how to speed up the linking of Google Analytics. As forwhat are the uses of Google Analytics-sure you all already know.
Google Analytics is something with his name is very useful to perform the monitoring and analysis of websites and or blog that is being managed.
Certainly there have been many who put up Google Analytics and managed. But it often happens that installation process is quite long.
I am assuming that you are installing Google Analytics and are already up at this stage of the installation script analytics.js such as these are exactly the above code </head> on your template.
analytics.js
<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-61253605-1', 'auto');
ga('send', 'pageview');
</script>
Or for those who use Blogger had chosen a more practical way that is filling theProperty ID Web Analytics on setting templatenya.
You wait patiently until 24 hours of appropriate referral Google at the official site, but after a visit in due time nonetheless found the notification Status: Tracking not installed. Luckily PAL including the human patient, wait until the 24-hour rounds, and again avail. Then Buddy intends going to wait long have? Oh don't, let me give you a little tip for you. PAL need not be a waste of time to wait for dozens of hours. Quite a few minutes. The trick is as follows:
1. Just let the script analytics.js you have pairs before, don't delete.
2. install the async ga.js script at below from scripts analytic.js. No problem too if you put at above. Async ga.js script that looks like this:
ga.js script
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_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';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
3. Do not forget to replace the writings of UA-XXXXXXXX-1 with your own code from Google Analytics.
4. allow approximately 1-10 minutes to a pops up notification Status: Tracking Google Analytics is installed on.
5. remove the script ga.js async and still continues to preserve the script analytics.js
Now you can already start to monitor your website or blog using Google Analytics.
One more, perhaps you have same experience, analytics.js was indeed more features than ga.js but at first connection is often long. Even from my experience could be up two week, the fastest 2 hours. In this case, ga.js script installation which I have described above is just to trigger. And after it please remove.

