Skip to content
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

Module not working #118

Open
Redemption198 opened this issue Apr 13, 2021 · 14 comments
Open

Module not working #118

Redemption198 opened this issue Apr 13, 2021 · 14 comments

Comments

@Redemption198
Copy link

Redemption198 commented Apr 13, 2021

I've installed the module and setup my analytics ID, but it seems that analytics isn't receiving any update at all, I also tried using the new link but doesn't work, am I missing something?

@kj455
Copy link

kj455 commented Apr 13, 2021

@Redemption198
I also had the same issue, but installing ver2.3.2 worked for me.

npm uninstall @nuxtjs/gtm
npm install @nuxtjs/gtm@2.3.2

@Redemption198
Copy link
Author

Thank you so much, I'll try that

@retroriff
Copy link

Same issue here. Version 2.3.2 worked. Thank you @kj455

@daquinoaldo
Copy link

@pi0, v2.4.0 is not working for me too.

@kj455
Copy link

kj455 commented Apr 20, 2021

@daquinoaldo

I found this is not 'not working', and it works right where I coudn't see it.
If you set debug: true in nuxt.config.js, you can watch logs of GTM.

export default {
  gtm: {
    debug: true
  }
}

@daquinoaldo
Copy link

I do see logs, but it doesn’t make http requests, even if I set enable: true.

@kirtan403
Copy link

Any updates here? 2.4.0 is causing issues with the nuxt generate command also.

@danielgroen
Copy link

also doesnt work for me, even though i've downgraded the module also to 2.3.2 and it didnt workout!

@Redemption198
Copy link
Author

Redemption198 commented Jul 15, 2021

also doesnt work for me, even though i've downgraded the module also to 2.3.2 and it didnt workout!

This is my configuration, maybe it can help you

gtm: {
    id: 'GTM-XXXXXXX',
    pageTracking: true,
    scriptDefer: true,
    enabled: process.env.NODE_ENV === 'production' ? true : false,
},

@danielgroen
Copy link

🤦 sorry guys! and thanks @Redemption198 but it was my adblocker all the time!

@Redemption198
Copy link
Author

Redemption198 commented Jul 20, 2021

No problem, the adblocker and firefox tracking protection also got me while testing :P

sryuji added a commit to sryuji/attachment-cms that referenced this issue Nov 16, 2021
sryuji added a commit to sryuji/attachment-cms-web that referenced this issue Nov 16, 2021
sryuji added a commit to sryuji/attachment-cms that referenced this issue Nov 16, 2021
sryuji added a commit to sryuji/attachment-cms-web that referenced this issue Nov 16, 2021
@f213
Copy link

f213 commented Dec 24, 2021

Same thing for me. 2.4.0 does not load any code from googletagmanager.com as seen in chrome devtools, 2.3.2 works like a charm.

@GabrielHangor
Copy link

Downgrading to v 2.3.2 solved the issue!

@donni106
Copy link

donni106 commented Feb 3, 2023

same here, 2.3.2 instead of 2.4.0!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants