Skip to content

Commit b75c742

Browse files
committed
GA
1 parent c29c049 commit b75c742

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_includes/index_foot.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
{% include analytics.html %}
2+
<!-- Google Tag Manager (noscript) -->
3+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KT3NF8Z" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
4+
<!-- End Google Tag Manager (noscript) -->

_includes/index_head.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,15 @@
3333
gtag('config', 'G-H4N5VX6CTM');
3434
</script>
3535

36+
<!-- Google Tag Manager -->
37+
<script>(function (w, d, s, l, i) {
38+
w[l] = w[l] || []; w[l].push({
39+
'gtm.start':
40+
new Date().getTime(), event: 'gtm.js'
41+
}); var f = d.getElementsByTagName(s)[0],
42+
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
43+
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
44+
})(window, document, 'script', 'dataLayer', 'GTM-KT3NF8Z');</script>
45+
<!-- End Google Tag Manager -->
46+
3647
</head>

0 commit comments

Comments
 (0)