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
Hello Everyone,
On my website, the integration of Google Tag Manager and third-party scripts loaded via GTM was impacting page performance by blocking the main thread. After analyzing the issue, I came across an library party town and tried to load tag manager using the module.
I am facing two issues over here
Events are not forwarded into the data Layer array.
GTM Iframe causes CORS error even though I load it through [loadScriptsOnMainThread] props.
My question is there any one loaded GTM with party town on next JS without any error ?
Describe the bug
Hello Everyone,
On my website, the integration of Google Tag Manager and third-party scripts loaded via GTM was impacting page performance by blocking the main thread. After analyzing the issue, I came across an library party town and tried to load tag manager using the module.
I am facing two issues over here
Events are not forwarded into the data Layer array.
GTM Iframe causes CORS error even though I load it through [loadScriptsOnMainThread] props.
My question is there any one loaded GTM with party town on next JS without any error ?
Reproduction
No live URl. Tested in local environment.
Steps to reproduce
NextJS version: 11
Install dependancy: npm install "@builder.io/partytown"
In _document.tsx file
`import { Partytown } from '@builder.io/partytown/react';
Browser Info
chrome
Additional Information
No response
The text was updated successfully, but these errors were encountered: