Skip to content

Commit 814ca99

Browse files
committed
fix(google tag manager): fixed link to google tag manager, fixes grafana#4005
1 parent c483b2f commit 814ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}];
8282
</script>
8383
<!-- Google Tag Manager -->
84-
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K2MJ65" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
84+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=[[.GoogleTagManagerId]]" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
8585
<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],
8686
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
8787
})(window,document,'script','dataLayer','[[.GoogleTagManagerId]]');</script>

0 commit comments

Comments
 (0)