-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UTM parameters are not tracking without page reload. #18
Comments
@dohomi Thanks for your feedback. I tried with this approach also but still not working. I'm getting page view as expected but not getting UTM tracking without page reload. |
I honestly have no idea why thats not working.. doesn't seem to be an issue with gtag.. maybe try Google Tag Manager instead? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using @nuxtjs/google-gtag module with this option. It's working perfectly for page views, but utm parameters are not working without page reload.
{ id: process.env.NUXT_ENV_GTAG_ID, config: { anonymize_ip: true, send_page_view: true }, debug: process.env.NODE_ENV === "production" ? false : true, disableAutoPageTrack: false }
The text was updated successfully, but these errors were encountered: