summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2023-11-25 01:02:22 -0500
committerspiderr <spiderr@bitweaver.org>2023-11-25 01:02:22 -0500
commit7b937bd82682198a4a4bd6a16c6a5fcd7b7b9305 (patch)
tree6214c5880afe3a76cf51c2604a3a6783050335bb
parentd3d11045eefdf7c4f834ae2fb9af8a36b23310ac (diff)
downloadstats-7b937bd82682198a4a4bd6a16c6a5fcd7b7b9305.tar.gz
stats-7b937bd82682198a4a4bd6a16c6a5fcd7b7b9305.tar.bz2
stats-7b937bd82682198a4a4bd6a16c6a5fcd7b7b9305.zip
add <noscript> for getConfig('google_tagmanager_id')
-rw-r--r--templates/html_head_inc.tpl3
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}