Title: Adjusted Bounce Rate
Author: Grant Norwood
Published: <strong>May 13, 2014</strong>
Last modified: April 6, 2015

---

Search plugins

![](https://ps.w.org/adjusted-bounce-rate/assets/banner-772x250.jpg?rev=913493)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/adjusted-bounce-rate_f8fcfd.svg)

# Adjusted Bounce Rate

 By [Grant Norwood](https://profiles.wordpress.org/grantnorwood/)

[Download](https://downloads.wordpress.org/plugin/adjusted-bounce-rate.1.2.1.zip)

 * [Details](https://test.wordpress.org/plugins/adjusted-bounce-rate/#description)
 * [Reviews](https://test.wordpress.org/plugins/adjusted-bounce-rate/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/adjusted-bounce-rate/#installation)
 * [Development](https://test.wordpress.org/plugins/adjusted-bounce-rate/#developers)

 [Support](https://wordpress.org/support/plugin/adjusted-bounce-rate/)

## Description

Google Analytics does not properly track some important engagement metrics like 
Avg Session Duration, Avg Session Duration, and Bounce Rate. This plugin uses a 
commonly-accepted JavaScript method of improving the accuracy of these stats.

This plugin addresses the issues as identified by the Google Analytics team at:

 * [http://analytics.blogspot.com/2012/07/tracking-adjusted-bounce-rate-in-google.html](http://analytics.blogspot.com/2012/07/tracking-adjusted-bounce-rate-in-google.html)

Others have also blogged about their own solutions at:

 * [http://padicode.com/blog/analytics/the-real-bounce-rate/](http://padicode.com/blog/analytics/the-real-bounce-rate/)
 * [http://briancray.com/posts/time-on-site-bounce-rate-get-the-real-numbers-in-google-analytics](http://briancray.com/posts/time-on-site-bounce-rate-get-the-real-numbers-in-google-analytics)

See [http://grantnorwood.com/wordpress/plugins/adjusted-bounce-rate/](http://grantnorwood.com/wordpress/plugins/adjusted-bounce-rate/)
for more information about the plugin and the author, or visit the GitHub repo at
[https://github.com/grantnorwood/adjusted-bounce-rate](https://github.com/grantnorwood/adjusted-bounce-rate)
to fork my code or submit an issue.

#### Features

 1. Set the engagement tracking event interval. (Defaults to 10 secs.)
 2. Set the max engagement time, which allows you to customize when the session should
    be
     considered abandoned. (Defaults to 20 mins.)
 3. Set the minimum engagement time, which can be used to set an initial amount of 
    time
     required to count the user has having engaged. (Defaults to 10 secs.)
 4. Customize the event Category, Action and Label names to be displayed in Google 
    Analytics.
 5. Create goals in Google Analytics based on the time on page. (GA goals only support
    session duration by default!)
 6. Uses either the old pageTracker code, the newer asynchronous code, or the newest
    Universal Analytics code.
 7. Choose header or footer placement for the code.
 8. Compatible with Ajaxify jQuery plugin.

## Screenshots

 * [[
 * Screen shot of the options page.

## Installation

 1. Download the zip file from WordPress plugin site: [https://wordpress.org/extend/plugins/adjusted-bounce-rate/](https://wordpress.org/extend/plugins/adjusted-bounce-rate/)
 2. Unzip the file.
 3. Upload your plugin directory to your server’s `/wp-content/plugins/` directory.
 4. Activate the plugin using WordPress’ admin interface:
 5.  * Regular sites: Plugins
     * Sites using multisite networks: My Sites | Network Admin | Plugins
 6. Configure the plugin options in Settings > Adjusted Bounce Rate.

#### Removal

 1. Click “Uninstall” on the plugins page for Adjusted Bounce Rate. All plugin options
    will be deleted upon uninstall, but not when simply deactivating the plugin.
 2. That’s it!

## FAQ

  Is this plugin multi-site compatible?

Maybe, but I have not tested this plugin on multi-site. If you run into any issues,
please fork my GitHub repo (see below) and send a pull request with your fixes. 
I’d be very appreciative!

  Where can I submit bugs or request new features?

Create an issue on the GitHub repo at [https://github.com/grantnorwood/adjusted-bounce-rate](https://github.com/grantnorwood/adjusted-bounce-rate).

## Reviews

![](https://secure.gravatar.com/avatar/bc248f07aded6aecc5c40cd06ea1cabce5a4fc651a8fc9bc099573200d840d61?
s=60&d=retro&r=g)

### 󠀁[Works Out The Box!!!](https://wordpress.org/support/topic/works-out-the-box-4/)󠁿

 [VannDigital](https://profiles.wordpress.org/vdn-staff/) September 3, 2016

Just install, activate, & forget it…I recommend!!!

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/)

## Contributors & Developers

“Adjusted Bounce Rate” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Grant Norwood ](https://profiles.wordpress.org/grantnorwood/)

[Translate “Adjusted Bounce Rate” into your language.](https://translate.wordpress.org/projects/wp-plugins/adjusted-bounce-rate)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/adjusted-bounce-rate/),
check out the [SVN repository](https://plugins.svn.wordpress.org/adjusted-bounce-rate/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/adjusted-bounce-rate/)
by [RSS](https://plugins.trac.wordpress.org/log/adjusted-bounce-rate/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.1 (2015-04-03)

 * Added option to enable “debug mode”, which shows helpful messages in the browser
   console when engagement hit events are fired.

#### 1.2.0 (2015-03-27)

 * Fixed issue where Yoast Google Analytics global vars were renamed in v5.0.7, 
   and the script broke. Currently, there is no good way to detect whether Yoast’s
   GA plugin is loaded and tracking is not disabled in v5.0.7 and newer.

#### 1.1.1 (2014-05-15)

 * Added leading zero to minutes so that they sort better in Google Analytics.
 * Added total number of elapsed seconds as the GA event’s value so that GA goals
   can be created to measure time on page.
 * Minified javascript for performance.

#### 1.1.0 (2014-05-15)

 * Added compatibility with Ajaxify (https://github.com/browserstate/ajaxify).

#### 1.0.1 (2014-05-13)

 * Fixed issue when detecting if Yoast’s Google Analytics for WordPress plugin is
   active.

#### 1.0.0 (2014-05-13)

 * Initial public release.

#### 0.9.1 (2014-05-05)

 * Total rewrite to better handle advanced features.
 * Now handles minimum and maximum engagement time.
 * Custom event category and action variables added.
 * Debug mode and better console logging added.

#### 0.9.0 (2014-04-29)

 * Beta release.

## Meta

 *  Version **1.2.1**
 *  Last updated **11 years ago**
 *  Active installations **30+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/adjusted-bounce-rate/)
 * Tags
 * [analytics](https://test.wordpress.org/plugins/tags/analytics/)[bounce rate](https://test.wordpress.org/plugins/tags/bounce-rate/)
   [google analytics](https://test.wordpress.org/plugins/tags/google-analytics/)
   [time on page](https://test.wordpress.org/plugins/tags/time-on-page/)[time on site](https://test.wordpress.org/plugins/tags/time-on-site/)
 *  [Advanced View](https://test.wordpress.org/plugins/adjusted-bounce-rate/advanced/)

## Ratings

 4.2 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/adjusted-bounce-rate/reviews/)

## Contributors

 *   [ Grant Norwood ](https://profiles.wordpress.org/grantnorwood/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/adjusted-bounce-rate/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://grantnorwood.com/)