We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983ab83 + 2c2e651 commit b0798a0Copy full SHA for b0798a0
src/index.html
@@ -34,10 +34,14 @@
34
35
<body class="glue-body">
36
37
- <!-- Google Tag Manager (noscript) -->
38
- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NB5LZM4M"
39
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
40
- <!-- End Google Tag Manager (noscript) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-9J44Q3V440"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
41
+ gtag('js', new Date());
42
+
43
+ gtag('config', 'G-9J44Q3V440');
44
+ </script>
45
46
<div id="schema-data" aria-hidden="true" style="display: none;">
47
<h1 itemprop="name">Sensemaker | Jigsaw</h1>
0 commit comments