How To Adjust Bounce Rate in Google Analystics for blog
Table of Contents
We can record track by the metrics on google analystics to give insight perfomance in your contents website. In simple we can said a bounce is when someone leaves the page without visiting with another pages on your website and go out on track action on a page. We can track record for engaging for promotion your pages or product as landing pages for relevan content for user who visit our web blog site.
Google said : Bounce Rate is the percentage of single-page sessions (i.e. sessions in which the person left your site from the entrance page without interacting with the page)."
Related: loading
Recomended from google to use Google Tag Manager to track from specifics like visitor who visit to your pages for 30 seconds to your website page. This the sample analystic code from google last years but highly recomended for lower bouncerate in seo practice.Google said you can place script analystic inside your blogger blogspot template.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-1']);
_gaq.push(['_trackPageview']);
setTimeout("_gaq.push(['_trackEvent', '15_seconds', 'read'])",15000);
(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>
Change UA-xxxx-1 with your anlystic tracking code.
Post a Comment