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 4368231 commit 8598457Copy full SHA for 8598457
_includes/analytics.html
@@ -0,0 +1,8 @@
1
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-V8M3QK2REP"></script>
2
+<script>
3
+ window.dataLayer = window.dataLayer || [];
4
+ function gtag(){dataLayer.push(arguments);}
5
+ gtag('js', new Date());
6
+
7
+ gtag('config', 'G-V8M3QK2REP');
8
+</script>
0 commit comments