Skip to content

Commit 7934d0f

Browse files
authored
DOC-3925 Update Google Tag Manager body script (#80)
* Update Google Tag Manager body script * Update head-scripts.hbs * Quick edits per Eric * Add missing line
1 parent c9ebe29 commit 7934d0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/partials/head-scripts.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
88
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
99
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
10-
})(window,document,'script','dataLayer','GTM-PSHTV2W');</script>
10+
})(window,document,'script','dataLayer','GTM-5FSG7Q');</script>
1111
<!-- End Google Tag Manager -->
12-
12+
1313
{{#with site.keys.segmentIo}}
1414
<script>
1515
!(function () {

src/partials/main.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{{> toolbar}}
33
<div class="content">
44
<!-- Google Tag Manager (noscript) -->
5-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PSHTV2W"
5+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FSG7Q"
66
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
77
<!-- End Google Tag Manager (noscript) -->
88
{{> article}}
99
{{> toc}}
1010
</div>
11-
</main>
11+
</main>

0 commit comments

Comments
 (0)