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 18b88ac + 27c7ee8 commit 12aef5fCopy full SHA for 12aef5f
_includes/analytics.html
@@ -13,3 +13,13 @@
13
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
14
})();
15
</script>
16
+
17
+<!-- Google tag (gtag.js) -->
18
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-EWDPQ3Y674"></script>
19
+<script>
20
+ window.dataLayer = window.dataLayer || [];
21
+ function gtag(){dataLayer.push(arguments);}
22
+ gtag('js', new Date());
23
24
+ gtag('config', 'G-EWDPQ3Y674');
25
+</script>
0 commit comments