Add Google Tag Manager scripts to head and body templates

This commit is contained in:
2026-01-21 23:20:05 +01:00
parent 8ce7fffe31
commit 9c2f331f3a
2 changed files with 10 additions and 1 deletions

View File

@@ -109,4 +109,11 @@
s.parentNode.insertBefore(c,s);
})(document);
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PCWJ25RQ');</script>
<!-- End Google Tag Manager -->
{/literal}

View File

@@ -35,7 +35,9 @@
</head>
<body id="{$page.page_name}" class="{$page.body_classes|classnames}">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCWJ25RQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{block name='hook_after_body_opening_tag'}
{hook h='displayAfterBodyOpeningTag'}
{/block}