We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7317404 commit 1f669c4Copy full SHA for 1f669c4
_includes/googleAnalytics.html
@@ -1,9 +1,9 @@
1
-<!-- Global site tag (gtag.js) - Google Analytics -->
2
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-53470458-1"></script>
+<!-- Google tag (gtag.js) -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-8ZHXRELSXL"></script>
3
<script>
4
window.dataLayer = window.dataLayer || [];
5
function gtag(){dataLayer.push(arguments);}
6
gtag('js', new Date());
7
8
- gtag('config', 'UA-53470458-1');
+ gtag('config', 'G-8ZHXRELSXL');
9
</script>
0 commit comments