Non-Interaction option has a bug.
-
When Non-Interaction option is true, all GA events are sent with interaction hit.
Probably, Frontend javascript has two bugs.
1) ga_options.scroll_elements has “bounce” field. But reffered “non_interaction” field.
2) parseInt function failed to parse boolean string. (e.g. “true” -> NaN)https://plugins.trac.wordpress.org/browser/wp-google-analytics-events/trunk/js/main.js#L58
https://plugins.trac.wordpress.org/browser/wp-google-analytics-events/trunk/js/main.js#L84
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Non-Interaction option has a bug.’ is closed to new replies.