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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ app.use(
72
72
gtm_preview:'env-4',
73
73
gtm_cookies_win:'x',
74
74
},
75
+
source:'https://customurl.com/gtm.js', // Add your own serverside GTM script
75
76
defer:false, // Script can be set to `defer` to speed up page load at the cost of less accurate results (in case visitor leaves before script is loaded, which is unlikely but possible). Defaults to false, so the script is loaded `async` by default
76
77
compatibility:false, // Will add `async` and `defer` to the script tag to not block requests for old browsers that do not support `async`
77
78
nonce:'2726c7f26c', // Will add `nonce` to the script tag
0 commit comments