Decrease Bounce Rate from 85% to 10%.
If you use old google analytics code i.e. "google-analytics.com/ga.js"
Then add the following code
setTimeout("_gaq.push(['_trackEvent', '15_seconds', 'read'])",15000);
Just below
_gaq.push(['_setAccount', 'UA-XXXXXXX-1']);
_gaq.push(['_trackPageview']);
==========================================
If using new Universal Analytics i.e. "/analytics.js"
Then use the code
setTimeout("ga('send', 'event', '15_seconds', 'read');",15000);
Just Below
ga('create', 'UA-54129021-1', 'auto');
ga('send', 'pageview');
And next day you will see your website's Google Analytics Bounce rate decreasing.
To know details, visit : https://bloggerchive.blogspot.com/201...
On this page of the site you can watch the video online How to Decrease Google Analytics Bounce rate with a duration of hours minute second in good quality, which was uploaded by the user ResearchWings 20 April 2016, share the link with friends and acquaintances, this video has already been watched 903 times on youtube and it was liked by 6 viewers. Enjoy your viewing!