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.
1 parent 919646c commit 0b109d8Copy full SHA for 0b109d8
index.html
@@ -26,6 +26,15 @@
26
s.parentNode.insertBefore(hm, s);
27
})();
28
</script>
29
+ <!-- Google tag (gtag.js) -->
30
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-L2EQEMCV5L"></script>
31
+ <script>
32
+ window.dataLayer = window.dataLayer || [];
33
+ function gtag(){dataLayer.push(arguments);}
34
+ gtag('js', new Date());
35
+
36
+ gtag('config', 'G-L2EQEMCV5L');
37
+ </script>
38
</head>
39
40
<body>
0 commit comments