We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to add gtm but the codes did not work: I followed the complete docs:
export default defineNuxtConfig({ modules: ["@nuxtjs/partytown"], partytown: { forward: ["dataLayer.push"], }, devtools: { enabled: true }, app: { head: { script: [ { hid: "gtm", innerHTML: `window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QE3C9S378L');`, }, { src: "https://www.googletagmanager.com/gtag/js?id=G-QE3C9S378L", defer: true, type: "text/partytown", }, ], }, }, });
2: crisp:
export default defineNuxtConfig({ modules: ['@nuxtjs/partytown'], partytown: { forward: ['$crisp', '$crisp.push'], }, app: { head: { script: [ // Insert your CRISP Script here e.g.: { innerHTML: 'window.$crisp = []; window.CRISP_WEBSITE_ID = "0000"' }, { src: 'https://client.crisp.chat/l.js', async: true, type: 'text/partytown' }, ], }, }, })
The text was updated successfully, but these errors were encountered:
its same for me, not working , i also did exactly as in docs , no stats flowing to analytics
Sorry, something went wrong.
Did you guys find a fix for this issue yet?
No branches or pull requests
Hi, I tried to add gtm but the codes did not work:
I followed the complete docs:
2: crisp:
The text was updated successfully, but these errors were encountered: