You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Description
I noticed that there was a discrepancy between the total number of sessions and the experiment sessions that were reported on Google Analytics.
After enabling the debug option for Google Analytics I noticed that the
ga("set", "exp", exp)
wasn't being called consistently.Below is a workaround using
@nuxtjs/google-analytics
that seems to work for now.Reproduction
https://codesandbox.io/s/nuxt-google-optimize-issue-vkmho
What is Expected?
Console should output:
What is actually happening?
The command
ga("set", "exp", "test.0")
was never calledThe text was updated successfully, but these errors were encountered: