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
-
Why few pages have more than 100% bounce rate?
Hello All, For my ecommerce site approx more than 30k products I have. In Google Analytic approx daily for few products approx 10-15 products bounce rate show 300%, 200%, 150%, 140%, 125% how? and what is the solution? Product page daily change. Thanks!
Reporting & Analytics | | Johny123450 -
Fixing Bounce Rate between Domain and Subdomain
Currently, the way our site is set up, our clients generally visit our homepage and then login through a separate page that is a subdomain, or they can read our blog/support articles that are also on separate subdomains. From my understanding, this can be counted as a bounce, and I know this sorta of site structure isn't ideal, but with our current dev resources and dependencies, fixing this isn't going to happen overnight. Regardless, what would be the easiest way to implement this fix witihn the Google Analytics code? EX: If someone visits our site at X.com, and then wants to login at portal.X.com, I don't want to count that as a bounce. Any insight is appreciated! Thanks
Reporting & Analytics | | KathleenDC0 -
Do lots of event tracking via tag manager will it slow down my site?
Hi All, For my Ecommerce site I have done lots of tracking total I do have total 45 event tracking but many times one event, track many pages. So if visitors click on url or button then do my site speed affect because of these trackings? Thanks!
Reporting & Analytics | | pragnesh96390 -
How is a Bounce defined for mobile devices?
Hi, does anyone know or have a link for me, where I can find, what or how a Bounce is defined for mobile devices? If you are on safari mobile and click on the homebutton, is that a bounce?
Reporting & Analytics | | ennovators
If you are surfing and you get a message alert on the top and you change application, is that a bounce? Any ideas are much appreciated. Thanks1 -
What does WMT measure against for search query fluctuation?
Hi guys, I always thought that when checking out search queries on Webmaster Tools that it measured change per week. However, I noticed that my impressions and clicks were actually up but WMT was reporting that they were down over a week so it can't be that. Does anyone know? Attached screenshot for clarity. Thanks in advance! XkWANTo_
Reporting & Analytics | | Whittie0 -
100% Bounce Rate in my Checkout??
I am currently building a report on our bounce rates for the past few years. When I look at older data, from 2010-11 I see varying bounce rates for the checkout, which is fine. When I move to new data, 2011-12 and 2012-13 I am seeing 100% bounce rates and exit rates for my checkout. We do use a 3rd party for our checkout, Shopatron and yes we do have it set up to track. Any thoughts on why I might be seeing this high rate for my bounce rate oh and this also goes for my exit percentage as well.
Reporting & Analytics | | K2_Sports0 -
What impact will Google's 10/18/2011 announcement of 'Making Search More Secure' have on the ability to track specific keyword queries via Analytics?
The full announcement is here: http://googleblog.blogspot.com/2011/10/making-search-more-secure.html My concern is that the ability for Google Analytics to parse information on specific keyword queries will be diminished. The article hints that Google Webmaster Tools will be exempt from the problem, and I've never relied on Webmaster tools as a go-to for tying specific keyword queries to Goal Tracking (form submissions and sales). The community's thoughts on this one are appreciated. 🙂
Reporting & Analytics | | MKR_Agency0 -
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