diff options
| -rw-r--r-- | templates/html_head_inc.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index 1013bd9..862c0f0 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -8,6 +8,9 @@ <!-- 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','{/literal}{$gBitSystem->getConfig('google_tagmanager_id')}{literal}');</script> <!-- End Google Tag Manager --> +<!-- Google Tag Manager (noscript) --> +<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={/literal}{$gBitSystem->getConfig('google_tagmanager_id')}{literal}" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> +<!-- End Google Tag Manager (noscript) --> {/literal} {/if} |
