Skip to content

Commit

Permalink
Updating GTM container ID
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Jan 19, 2022
1 parent d7019cb commit e8ac25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K92RW5D');
})(window, document, 'script', 'dataLayer', 'GTM-5KZ8T2S');
</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -37,7 +37,7 @@
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-K92RW5D"
src="https://www.googletagmanager.com/ns.html?id=GTM-5KZ8T2S"
height="0"
width="0"
style="display: none; visibility: hidden;"
Expand Down

0 comments on commit e8ac25b

Please sign in to comment.