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 e3653a3 commit 30dcd20Copy full SHA for 30dcd20
src/components/analytics/GTM.astro
@@ -14,7 +14,7 @@ const GTM_ID = import.meta.env.PUBLIC_GTM_ID || "GTM-XXXXXXX"; // Replace GTM-XX
14
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
15
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
16
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
17
- })(window,document,'script','dataLayer','{GTM_ID}');
+ })(window,document,'script','dataLayer','GTM-P8CG95NM');
18
</script>
19
<!-- End Google Tag Manager -->
20
</>
0 commit comments