Skip to content

Commit a4d6d06

Browse files
committed
📈 upgrade Google ANalytics to v4
1 parent a06f829 commit a4d6d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎public/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Global site tag (gtag.js) - Google Analytics -->
2727
<script
2828
async
29-
src="https://www.googletagmanager.com/gtag/js?id=UA-99989310-4"
29+
src="https://www.googletagmanager.com/gtag/js?id=G-VCP966MF6W"
3030
></script>
3131
<script>
3232
window.dataLayer = window.dataLayer || [];
@@ -35,7 +35,7 @@
3535
}
3636
gtag('js', new Date());
3737

38-
gtag('config', 'UA-99989310-4');
38+
gtag('config', 'G-VCP966MF6W');
3939
</script>
4040
<link rel="preconnect" href="https://maps.gstatic.com" />
4141
</head>

0 commit comments

Comments
 (0)