How To Adjust Bounce Rate in Google Analystics for blog

Bounce rate is trouble for every blogger cause if we have high bounce rate it implicating to the blog itself. Wherever bouncerate is defended what content in your website blog. Bounce rate is part a metric from analystic and if you want you can specify to adjust bounce rates like tracking your website blog blogger if the visitor stand up to 3 seconds.
How to bouncerates for decrease bouncerates
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)."
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.