Skip to content

Commit

Permalink
Merge pull request #45 from mlibrary/search-1585-gtm-container-id-change
Browse files Browse the repository at this point in the history
[SEARCH-1585] Update Browse's Google Tag Manager scripts to point to `GTM-5KZ8T2S`
  • Loading branch information
erinesullivan authored Jan 19, 2022
2 parents d7019cb + e8ac25b commit 405f564
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 405f564

Please sign in to comment.