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
-
Drop in Bounce Rate in Google Analytics
Hi guys, I have recently seen a large drop in bounce rate (from GA) which seems unnatural for one of our clients website. Since the start of 2018, the bounce rate was consistently between 40-60%, and then saw a random spike, and now for the past two weeks, the bounce rate is below 10%. I was wondering if anyone had any ideas if this is a problem with GA, or the site itself. Site: https://www.zoomocarcredit.com/ Any comments/feedback is greatly appreciated. Thanks in advance! Jack. SnP0Hc4
Reporting & Analytics | | ChemistryMarketing0 -
Help Blocking Crawlers. Huge Spike in "Direct Visits" with 96% Bounce Rate & Low Pages/Visit.
Hello, I'm hoping one of you search geniuses can help me. We have a successful client who started seeing a HUGE spike in direct visits as reported by Google Analytics. This traffic now represents approximately 70% of all website traffic. These "direct visits" have a bounce rate of 96%+ and only 1-2 pages/visit. This is skewing our analytics in a big way and rendering them pretty much useless. I suspect this is some sort of crawler activity but we have no access to the server log files to verify this or identify the culprit. The client's site is on a GoDaddy Managed WordPress hosting account. The way I see it, there are a couple of possibilities.
Reporting & Analytics | | EricFish
1.) Our client's competitors are scraping the site on a regular basis to stay on top of site modifications, keyword emphasis, etc. It seems like whenever we make meaningful changes to the site, one of their competitors does a knock-off a few days later. Hmmm. 2.) Our client's competitors have this crawler hitting the site thousands of times a day to raise bounce rates and decrease the average time on site, which could like have an negative impact on SEO. Correct me if I'm wrong but I don't believe Google is going to reward sites with 90% bounce rates, 1-2 pages/visit and an 18 second average time on site. The bottom line is that we need to identify these bogus "direct visits" and find a way to block them. I've seen several WordPress plugins that claim to help with this but I certainly don't want to block valid crawlers, especially Google, from accessing the site. If someone out there could please weigh in on this and help us resolve the issue, I'd really appreciate it. Heck, I'll even name my third-born after you. Thanks for your help. Eric0 -
Google Analytics and Bounce Rates Query - Should I block access from foreign countries ?
Hi , When I look at my google analytics for my UK Website, I can see alot of visits come from outside the UK , i.e Brazil and USA. Both of which give me almost 100% bounce rates from people visiting from there. I am wondering, if google looks at bounce rates with regards to ranking factors and should I therefore block access to my site from visitors outside the UK ?... Would this help increase my rankings ? Given that we only serve uk customers, I cant see any benefit of allowing non uk customers the ability to see the site . what does people think ? thanks pete
Reporting & Analytics | | PeteC121 -
Conversion Rate Higher Than Landing Page Visits?
Interesting to see in Google Analytics that the conversion rate is higher than landing page visits - could it be attributed to a visitor clicking the CTA button multiple times? Or perhaps there is duplicate GA code on the conversion page since we utilize both Google Analytics and HubSpot. (see attached funnel screenshot) Screen-Shot-2014-09-26-at-10.49.09-AM.png
Reporting & Analytics | | W210 -
*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 -
Why do I have a lot of direct traffic from MSN and Yahoo with 100% bounce rate?
For MSN I have about 8000 hits of one page and a 100% bounce rate. In the last month I have about 400 hits from Yahoo with a 100% bounce rate. Msn is all different pages, while Yahoo is all the home page. What would cause this?
Reporting & Analytics | | EcommerceSite0 -
Identifying conversion rate for product
Hi, I need to identify the conversion rate for a product, lets call it a spanner. I have 100s of spanner product urls and I ensured that the url protocols must include the product name e.g /red_spanner so its easy for me to work out the conversion rate in analytics for all my spanner pages as I just add 'spanner' to the landing page filter, hit the ecommerce tab and bingo. What I cant figure out is how to work out the conversion rate for all spanner sales which includes alot of sales which didnt originate on spanner pages e.g. home page > search result > checkout. Theres 1000s of variations of this e.g. email > home > search > product page > checkout. How can I work out the total conversion rate for spanners which needs to include: people landing on a spanner page and people who didnt arrive at a spanner page and did a search with eventually got them to the spanner pages. Hopefully its not as complicated as I think! Thanks in Advance!
Reporting & Analytics | | AndyMacLean0 -
If a page bounces in the woods, can Google Panda hear it?
I have read that after the Panda update a site's bounce rate is an important ranking metric. However, can anyone confirm whether all pages count equally? For instance, my home page gets 5000% more traffic than Deep Page X. If Deep Page X has a poor bounce rate, does it matter as much as if my Homepage has a bad bounce rate? I am guessing not, but wanted to open it up for discussion. If not, it has me wondering on what to do for some of my database driven content. I have some dynamically created pages that have higher bounce rates and minimal unique content. They aren't pure spam or junk, but are likely only about 1% unique from one another. Sounds like a no brainer change post-Panda, right? Well, what if I was the only one targeting the keywords for these pages? The pages pull from info I stored on the U.S. government stimulus program (related to my industry). It then has just about every city, state and county combo in the country for my product. For instance, a page <title>might be "Flemington, NJ Widgets - Somerset County". Something that no one else is targeting and drives minimal traffic.</p> <p> </p> <p>Do I take this content down? I didn't have any affects, positive or negative from Panda, so I am hesitant to take down thousands of Google cached pages.</p></title>
Reporting & Analytics | | TheDude0