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://mza.bundledseo.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://mza.bundledseo.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
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
-
Title Tag Capitalization Impact on SERP Rankings and Click Through Rates
My company made a branding decision to use lowercase for all of our title tags. This, of course, means that our titles on SERPs are all lower case. Overwhelmingly, it seems that websites use title case. This makes me wonder if we're shooting ourselves in the foot. Does using lower case titles negatively impact our rankings and/or click through rates? Is there any data out there suggesting that title case has a better click through rate than lower case? Thanks for reading!
Reporting & Analytics | | Solid_Gold0 -
Adjusted Bounce Rate WP Plugin?
Hi Moz Community, Is there any recommended Plugin for implementing an adjusted bounce rate on WordPress with customtizable features for time on page to not be counted as a bounce? Thank you, Kristin
Reporting & Analytics | | Red_Spot_Interactive0 -
*Dramatic* reduction in bounce rate, why?
Hi all I cannot pin this down to one of -new theme using Thesis 2 and Social Triggers, or -implementing Moz Does the Moz crawler linger on page? I'd love to know why this is happening 7iSnNfC
Reporting & Analytics | | TimMarsh0 -
Conversion via Paypal not showing order value in google analytics
Hello All, I have an e commerce site, when goal conversion happens by CC(credit card) I can see order value in e commerce tab in Google analytics but when conversion happens through paypal I always see order value zero. I want see order value for Pay pal also.Please help me out. Thanks
Reporting & Analytics | | Alick3000 -
How to track forwarding URLs sent via DNS settings
Buongiorno from hot a humid wetherby UK. A client has gone ahead and set up DNS forwarding from www.ramsdens.tv to http://www.ramsdensforcash.co.uk now they wonder why theyve got no data showing in Google analytics. So knowing theyve gone ahead with this method of forwarding how is it possible to measure referrals originating from www.ramsdens.tv My only thought is to add a tracking parameter on the baclk of the forwarding url.Thanks in advance
Reporting & Analytics | | Nightwing
David0 -
Conversion Rate Question: Should I Measure Visits or Unique Visits?
When you measure conversion rates, is the equation: conversion rate = visits/conversions or conversion rate = unique visits/conversions I ask because it can actually make a pretty big difference in the conversion rate. For example, if you visit my ecommerce website 100 times before buying something (and assuming you're my only visitor), then my conversion rate is 100% _if I'm determining conversion rates by unique visits/conversions. _However, it's only 1% _if I'm determining conversion rates by visits/conversions. _Wow! Now this is clearly an extreme example, but it should serve to illustrate the point that in more reasonable cases, the way the data is measured can have a potentially significant impact on the conversion rate. Is there an industry standard for this? Am I missing something really basic? Also, here's a little bit of context for the question: I run an ecommerce website powered by the Magento CMS and I'm trying to measure my conversion rate in Google Analytics for individual products. Google Analytics shows me my site wide conversion rate, but apparently I have to do some customization in order to measure conversion rates on the product level. That's fine, but I want to make sure I'm measuring my product conversions in a standard way. Thanks for any and all help! Adam
Reporting & Analytics | | Adam-Perlman0 -
High bounce rate from Google Shopping
Hi Mozzers, I'm carrying out some analysis on our eCommerce site and the bounce rate from Google Shopping is well above the site average at 60%. Our shopping feed is submitted to Google every morning so we know that images and prices are up-to-date which would obviously cause a high bounce rate. Any ideas on what might cause this? Is it normal for Google Shopping to produce a high bounce rate? Cheers guys!
Reporting & Analytics | | Confetti_Wedding0 -
Increased Bounce Rate & Dollar Index?
We use Google Analytics on our ecommerce site and we recently made several changes to an important page. Due to logistical reasons, we couldn't perform a Google web optimizer test but tracked the page's numbers in analytics from before/after the changes were made. After a week, we noticed that the bounce rate on the page went up by about 10% but the dollar index also doubled. We're trying to figure out how this could happen, since it seems kind of odd. Any feedback would be appreciated.
Reporting & Analytics | | airnwater0