Google put out an interesting post on the Google Analytics blog today about how to track adjusted bounce rate.
For the record, Google apparently does not use bounce rate as a ranking signal, but that doesn’t mean it’s not an important metric to track. However, as Google notes, it’s more useful for some types of sites than for others.
“Imagine you’re promoting a blog post that describes all the benefits of your company,” writes Alexey Petrov from Google’s Analytics Insights team. “The visitor might read the whole post and remember your company and products really well – they might even go to search for your product on one of the search engines straight away. However, since the visitor only looked at 1 page (exactly where the blog post is) they will be recorded as bounced visitor.”
“Another example if you have a description of the product right on the landing page, and your phone number on the same page,” adds Petrov. “The visitor might study the description and call straight away – again, they will be recorded as a bounced visitor, as only 1 page was viewed. There are many more examples, and even traditional websites may benefit from the method described below as opposed to the standard bounce rate.”
So that’s where “adjusted bounce rate” comes in. If you tweak your GA code, you can keep certain visitors from being counted as bounces.
Here’s the code:
<script type=”text/javascript”>
Petrov has further explanation about how it works on the blog.