Bug and Fix: Incorrect GA Bounce Rates with Plugin
-
I notice that our Google Analytics bounce rates dropped to unrealistic levels after installing he plugin (we use the GA integration via Segment).
This lead me to the Segment docs for GA, and the section that recommends: “If you call track on page load make sure to set nonInteraction to 1, more details here.” (https://segment.com/docs/integrations/google-analytics/#bounce-rates).
Looking at the plugin code, I found that nonInteraction was being set to true instead of 1. Changing the value to 1 in the plugin code fixed the issue with the GA bounce rates.
- The topic ‘Bug and Fix: Incorrect GA Bounce Rates with Plugin’ is closed to new replies.