Template Change: Analytics Section

Anonymous 4:47 AM Edit Artikel
Today we have made a change to the Layouts Template language to improve Google Analytics coverage. We have added the following includable section.
<b:includable id='google-analytics' var='blog'>
<b:if cond='data:blog.analyticsAccountNumber'>
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<data:blog.analyticsAccountNumber/>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = (document.location.protocol == 'https:' ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</b:if>
</b:includable>
This now allows you to include analytics tracking on your blog by adding the following include call to your template, preferably right before the close body tag so it doesn’t delay the visible page being rendered:
Add this before </body> tag
<b:include name='google-analytics' data='blog'/>
For more details on the benefits you get from using Google Analytics, see this post on Blogger Buzz. If you have any questions about this new functionality, please join in the discussion on the Blogger Developer Group.
Previous
Next Post »
Show comments
Hide comments

1 comments:

Write comments
Anonymous
AUTHOR
February 6, 2017 at 10:05 PM delete

Nice article you have been posted, It's very informative and helpful. Thanks for sharing it.clickperfect

Reply
avatar