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 be049b8 commit 1474776Copy full SHA for 1474776
_includes/tracking-header.html
@@ -1 +1,11 @@
1
-<!-- This goes before </head> closing tag, Google Analytics can be placed here -->
+<!-- This goes before </head> closing tag, Google Analytics can be placed here -->
2
+
3
+<!-- Global site tag (gtag.js) - Google Analytics -->
4
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-YFVVT140ZR"></script>
5
+<script>
6
+ window.dataLayer = window.dataLayer || [];
7
+ function gtag(){dataLayer.push(arguments);}
8
+ gtag('js', new Date());
9
10
+ gtag('config', 'G-YFVVT140ZR');
11
+</script>
0 commit comments