How to measure Bounce Rate via Timeout
-
Hi,
I want to change the way Google Analytics measures my bounce rate: after 20 seconds timeout instead of next page criteria.
I know that I may do it adding some content like:
setTimeout(“_gaq.push([‘_trackEvent’, ‘NoBounce’, ’20 seconds’])”,20000);
But I wonder if there is some way to do it via Google Analytics configuration.
Thanks in advance,
-
You could create a new property within the account - and then add this second tracking code to your pages with code of this 2nd property.
You can find more info here: https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers#working_with_multiple_trackers. Basically - you add a second tracker
ga('create', 'UA-XXXXX-Y', 'auto');
ga('create', 'UA-XXXXX-Z', 'auto', 'normalTracker');
....(rest of your tracking code here)...ga('send', 'pageview');
ga('normalTracker.send', 'pageview');The js from cutroni will launch events for the "standard" tracker - however these events are not tracked by the second tracker. Never tested exactly the same config - so you might want to use the tag assistant and/or GA Debugger plugins for Chrome to test that it's doing what you want it to do.
Dirk
Dirk
-
Hi, thank you all for your answers...
I finally implemented a setTimeout code (as in https://moz.com/blog/adjusted-bounce-rate) but suggested my client to later implement browsing event (as in http://cutroni.com/blog/2014/02/12/advanced-content-tracking-with-universal-analytics/).
Now the question is: may I have both Bounce rates counting? I mean, on different profiles of the same Google Analytics account?
Thanks in advance
-
Dirk's got a good response for how to do this properly, but to answer your specific question...
No, you cannot change the definition of a bounce from within the Analytics configuration. The only way to do it is to add event tracking customisation to the page's tracking code to fire an interactive event which creates an additional hit to the tracking script.
Paul
-
If I understand your question you don't want a visit to be counted as a bounce if they stay on the page for 20sec. If that's what you need - you can find all the info in this article: https://moz.com/blog/adjusted-bounce-rate
Be warned however that one of Google Analytics guru's (Cutroni) warns for using an arbitrary criterium like 20sec to measure if your audience is engaged with your content. If you read the comments on the Moz article mentioned above he's not the only one. According to him - it's better to tie engagement to an action performed on the page (like scrolling).. How to do this can be found here: http://cutroni.com/blog/2014/02/12/advanced-content-tracking-with-universal-analytics/. Personally I agree with Cutroni and I implemented the adjusted bounce rate as he described.
Dirk
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Google Optimize via Google Tag manager not working properly
Hi All, I am using google optimize via tag manager. I have successfully implemented it and my experiment appeared in google analytic but google optimize chrome addon always give me add script not installed properly. How to solve solve error? Thanks!
Reporting & Analytics | | amu1230 -
Google Analytic showing Bounce Rate More than 100% i.e. 2000%, 3000% Bounces for Many Pages
Hello Guys, Google Analytic showing Bounce Rate More than 100% i.e. 2000%, 3000% etc for Many Pages. Can anyone let me know what is the issue? Thanks!
Reporting & Analytics | | dsouzac0 -
Do Lot of Tracking via Tag manager Increase Bounce Rate?
Hello Expert, I am doing lots of tracking for my ecommerce site but I am not sure reason for increase in bounce rate as my traffic also increase but I want to make sure that my tracking not affecting my bounce rate. I do tracking via page views, events, custom html, etc so for all the applicable tags Non-Interaction Hit - I set "True" so I am right here? Thanks!
Reporting & Analytics | | dsouzac0 -
Can a 100% bounce rate page hurt whole website?
Hello, So with trying to figure out what I can do to better my website, I noticed a post on here that mentioned bounce rates. So I went to my Google analytics pages and listed my bounce rates. My average is 44% But I have a picture page that is 100% and a contact page that is 80% Can pages like this cause an algo penalty that could hurt a whole site? Thank you for your valuable insights
Reporting & Analytics | | Berner0 -
How do I measure the most popular article on a blog?
Just want to get peoples idea on how the best way to measure the success of the best articles on a website/blog. I'm looking at a few different options that can give each author a fair chance without being overlooked. For instance if we just look at the most clicked on article then its not fair on articles published in months with slower traffic like January. So should we measure the success by a)most page visited after an article view b)most clicked on article by month(this would be unfair for slower traffic months) c)most shared via Social d)article with most new visits It would be great to get everyone's expert opinion on this.
Reporting & Analytics | | acs1110 -
Strange bounce rate trending
what would make it jump up/down so suddenly like that? bouncerate.png
Reporting & Analytics | | adriandg0 -
Goal Conversion Rate increase AND Abandonment Increase
I wonder if someone can help me understand some data I'm seeing in Google Analytics. SetUp Goal with 3 step Funnel Date Comparison is 1st-8th September & 1st-8th June The Data (pics attached) Looking at the Goal Conversion Rate I can see: September - 11.58% vs June - 10.42% an increase which Google shows as (+11.18%) For same time period Abandonment Rate is showing September - 71.3% vs June - 61.5% - an increase which Google shows as (+16.5%) The Questions How can I bee seeing both an increase in conversion rate AND and increase in Abandonment rate on the funnel? And why doesnt "(Conversion Rate + Abandonment Rate) = 100%" ? Many thanks for any help! yqwFP.png cj5dn.png
Reporting & Analytics | | TobiasM0 -
Bounce Rates - How would you deal with this scenario?
Greetings! I actually don't have a definitive answer to this so wish to throw it out to the community for thoughts and feedback. I have a client who we shall call "Site 1", but they also have a job board, we shall call "Site 2". A product of their own success, they have a high bounce rate with visitors landing on Site 1, seeing a job they want to apply for and bouncing straight off to Site 2. The problem is that this is resulting in Google seeing some of these pages as having bounce rates of 80% to 100%, based on this formula: Bounce rate = total number of visits viewing only one page / total number of visits Now, I hate anything black hat or grey hat so wish to know how you would deal with this... If the results from Site 2 were displayed in a new framed page on Site 1, would this still be classed as a bounce? If when they click on a job on Site 1, they were taken to an intermediate page on Site 1 saying "Thank you, you are being redirected to your chosen job" for 5 seconds before being taken to Site 2, would this be classed as a bounce? Perhaps the job they wish to apply for 'pulled' from Site 2 and actually displayed in a new page on Site 1 would be a better way to go? I think that option 1 might work, sure that number 3 would but not so sure about number 2, but look forward to your comments and thoughts. Regards, Andy
Reporting & Analytics | | Andy.Drinkwater0