We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f390db0 commit e0fbe36Copy full SHA for e0fbe36
README.md
@@ -64,7 +64,7 @@ Lightweight customizable placeholders for third party content of your website (e
64
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
65
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
66
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
67
- })(window,document,'script','dataLayer','<f:format.raw>{settings.GoogleTagManagerContainerId}</f:format.raw>');
+ })(window,document,'script','dataLayer','{settings.GoogleTagManagerContainerId}');
68
</script>
69
```
70
0 commit comments