Skip to content

Commit 1f669c4

Browse files
committed
Update googleAnalytics.html
1 parent 7317404 commit 1f669c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/googleAnalytics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8ZHXRELSXL"></script>
33
<script>
44
window.dataLayer = window.dataLayer || [];
55
function gtag(){dataLayer.push(arguments);}
66
gtag('js', new Date());
77

8-
gtag('config', 'UA-53470458-1');
8+
gtag('config', 'G-8ZHXRELSXL');
99
</script>

0 commit comments

Comments
 (0)