What is a Bounce Rate?
A page’s bounce rate is the percentage of visits that land on that page and leave without visiting a second page or interacting with the page they landed on.
The following visitor actions will result in a bounce (according to Google Analytics)
- Visitor clicks the back button
- Visitor closes the browser
- Visitor types a new URL in the browser
- Visitor clicks an external link
- Visitor does not click to another page for 30 minutes
So, basically, it’s only NOT a bounce if they visit a second page.
OK, What’s Your Point?
The point is this. If a visitor lands on your blog post and reads the entire thing, that content has achieved its goal. If you’re looking at the bounce rate as a success metric for that content, 100% of the visitors could have read the entire article, scrolled to the very end, and then hit “back” on their browser, and Google Analytics will still say that page has a bounce rate of 100%.
Google Analytics is telling you that all those readers who just read every word of your carefully crafted article bounced… bounced?! Are you kidding me? They just hung on your every word!
How to make bounce rate meaningful for content marketing
There is a solution to make bounce rate a more accurate measurement. When someone lands on a piece of content let’s say it takes 5 to 15 seconds (maybe 20 secs, depending on your site) for her to understand if this is something she wants to read. If the reader decides to stay, you don’t want to count her visit as a bounce, right?
By adding a line of code to your Google Analytics tracking script, you can automatically trigger an event when readers stay for a minimum amount of time. You decide what you think the appropriate time should be.
If you use the regular Google Analytics code add this line:
setTimeout(“_gaq.push([‘_trackEvent’, ’15_seconds’, ‘read’])”,15000);
If you are using the new Universal code add this line:
setTimeout(“ga(‘send’, ‘event’, ‘unbounce’, ’15_sec’)”, 15000);
By doing this, the bounce rate becomes a significant metric. It is giving you an accurate number to rely on, and answering a very relevant question. Is the audience staying and reading the content or not?
For a full guide, read our post on using Google Tag Manager to increase engagement on your content.
Testing the Adjusted Bounce Rate
Here’s what we saw after adding an engagement event that fires 30 seconds after someone landed on the page. Over a period of 7 days, our bounce rate went from an average of 82% to 29%.
Now we have a much better understanding of what content actually gets read, instead of falsely assuming this visitors bounced without engaging with our content.
Key Takeaways
- Bounce rate as most people understand it is not a good KPI for content marketing
- If you’re using bounce rate as a content marketing KPI, you MUST implement a timing engagement event into your Google Analytics tracking script.
Effectively measuring your content marketing is not easy, but those who measure and optimize the right metrics will be the ones who ultimately see the greatest return on investment. According to a poll conducted by SmartInsights the majority of marketers agree content marketing will have the single biggest commercial impact in 2015 among all digital marketing techniques.
If that will be true for your business or brand understanding bounce rate and other performance content marketing metrics are critical to your success.
How are you measuring your content marketing?
Agree with this assessment. Bounce rate needs to be seen in context of the time spent by the user in consuming that content. If the user is spending over 20-30 seconds on the blog or content page, it is reasonable to assume that he would have consumed the content. He could exit the page for various reason like
1. There was no other relevant content for him to consume
2. His requirement was met with the post
3. The architecture of the site was poor, so multiple content discovery was not possible
Overall a good post.
Cheers
Aditya
Yep, thanks for that recap Aditya! Really helpful!
Valid points but there are certainly valid counter points as well. Such as:
1. Publishers need multiple page views for the ad rotation in order to make paid media such as content marketing platforms successful. That is why there are so many top 10 lists that require 10 page views to read, otherwise it would be one page.
2. Most advertisers objectives, not all, will not be met if one page is visited. Almost, no one is buying or signing up for anything with one page view. Even a landing page with a form has a thank you page (not a bounce).
3. There typically is a direct correlation to time on site and bounce rate. If I’m tracking my traffic sources I already know the one page I’m sending that traffic to and can clearly see the 85% bounce rate and 5 seconds average time on site. Yes, there are exceptions.
4. Bounce rate in relation to other sources is valuable provided proper bench marks are in place. Knowing that upper funnel tactics (paid content marketing) will have a higher bounce rate compared to lower funnel tactics (SEO).
This isn’t an endorsement for using Bounce Rate as a sole KPI but it can have its place in content marketing with respective to a site owner’s objectives and other KPIs.
Hey Brian! Thanks for taking the time to comment. Some some really interesting points here. Here are my thoughts.
1. Publishers are definitely a different story as their business model is driven by page views.
2. I have to disagree here. In order for content to receive the credit it’s due in the customer journey, we need to pay way more attention to user actions after the web session. If your content speaks to your customer’s needs, and the visitor consumes that entire piece of content, it’s ok that they don’t immediately buy your product. The sooner businesses and brands become more comfortable with attribution tracking, the sooner great content will emerge as a major driver of growth.
3. Time on site and time on page metrics can also be problematic for measuring content marketing as Google Analytics only records the time on page if the user visits a second page. This will be the topic of another post, but similar to bounce rate, the visitor could spend 10 seconds or 10 minutes on a page, and Google Analytics will record the time as zero seconds if a second page is not visited.
4. Yep, it’s critical to compare metrics by source, but also by content type. A blog post shouldn’t be looked at in the same way as a landing page.
The “As You Understand It” part of the title is important to note. Even if it’s still used as one of several KPIs, it’s important for people to fully understand what they are measuring. For me the word “bounce” evokes a very clear image of a ball touching a surface for only a split second, which in reality makes the term a bit of a misnomer.
Thanks again Brian!
Interesting article. Thanks for posting. We use SiteCatalyst, rather than GA and I’m wondering if there is a similar script that can be implemented and whether SiteCatalyst defines bounces the same as GA does.
Hey Kevin,
Great question. I did a bit of digging without any luck. Stay tuned… we’ll get you an answer!
You could certainly use Custom Links to set a success event or interim page view after a specific amount of time in Adobe Analytics (SiteCatalyst) as well.
As a reader, I always scan my newsfeeds (feedly, twitter, facebook, nuzzel) and cherry pick 5-10 stories I want to read either in that session or throughout the day. I open all of these in new tabs and imagine this practice is very common.
I may not get to any of these stories until a good half hour or several hours after opening them. How would this affect this adjusted bounce rate metric?
Hi, this is a really nice read.
I have one question- why is it important to add the additional code? GA provides avg time spent as well. If the avg time spent is 15secs and bounce rate is 80%, isn’t it safe to assume that most of the traffic is bouncing off after 15sec?
Let me know your thoughts.
Cheers, Mann
I was thinking the same thing. They need to discuss the time spent on the site, which wasn’te discussed.
well detailed and informative article. Running and online eCommerce store, eliminating or reducing higher bounce rate is a challenge for web marketeers. This article will help them understanding the idea in details.
Nice Thanks For Posting.
You are forgetting a very big point that is making your analysis wrong. A bounce rate is what you describe + time spent less than 1 second on the page. Hence, bounce rate is still a good metric to use if you are judging on your content performance.
Hey Cyril,
Thanks for commenting! Unfortunately that’s not how Google Analytics calculates it, and that’s where most people get their bounce rate metric.
Hey Scott,
My apologies for the delayed response! I’m glad you asked that question.
Visitor behavior of someone in content consumption mode vs search mode is definitely going to be different. Someone coming to that piece of content from organic search has landed there as a result of a specific search term, while someone who found your content to be interesting while browsing the web is in a different mindset.
In many cases content discovery is what seeds the desire for someone to search for something specific, so it’s important to try to connect the dots in the customer journey for each individual that visits your site.
Are you using any kind of attribution measurement to understand how people first visited your website?
If the user clicks on an ad, like a Google Adsense link, and nothing else, will it count as a bounce?
I believe that Bounce Rate is one Variable/KPI that cannot be over looked especially in Content Marketing. So to say that “Bounce Rate has no Place is Content Marketing” is a very bold statement. Bounce Rate @ a High Level can describe the overall Health of your Channel’s Engagement and whether or not your Content is Consistent with your Audience. Overtime if you decide to side step on the Bounce Rate you’ll start to see your Paid Media Channel become less relevant.
If your Paid Media Channel has an Avg. Bounce Rate of 90% in the last 30 days, why would you disregard that metric?
Thanks for the comment Jeff! I couldn’t agree more. That’s why the title is “Bounce rate as you understand it has not place in content marketing.”
Most people don’t understand exactly what it’s measuring. If a channel that’s being used for direct response marketing has a 90% avg. bounce rate you absolutely need to pay attention to that metric, but the goal of content marketing is to build a relationship with great content. If I’m paying to promote a blog post I want to know if they read the full post, because that could signal the beginning of a beautiful relationship 🙂
This article is great. However, I implemented the tracking in Tag Manager directly as per the instructions about 6 weeks ago, and now our bounce rate seems to be completely broken. That is, it’s showing as less than 1% site wide. Our time on site event tracking (30 seconds trigger) is showing about an 85% completion rate (which is awesome) – so shouldn’t our bounce rate be reflective of that rate, and be about 15% (i.e. the people who aren’t staying on the site page for 30 seconds). Doesn’t zero percent seem too low?
Some good points and the dialogue between you and Brian (9th of April 2015) is also interesting.
My question is this: Is there some sort of consensus on what the edited bounce rate metric should be?
It is useful to be able to compare performance across multiple sights and this does not work for this metric if everybody has their own twist.
Good point! Google Analytics Counter Tracker plugin on WordPress is Very simple and easy to use.If you Connect your Google Analytics account, you get Google Analytics stats; Group stats by hour, day, month and year; you can See data for different time periods in your reports; it is Compatible with almost every version of WordPress; and Mobile-Friendly Design; it is Multilingual.
Usually, I never comment on blogs but your article is so convincing that I never stop myself from saying something about it. You’re doing a great job Man, Keep it up.