Skip to content

Commit 8162f92

Browse files
authored
Update index.html, update google analytics tag
1 parent 182f974 commit 8162f92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
<head>
55

66

7+
78
<!-- Google tag (gtag.js) -->
8-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4YVD14GNS"></script>
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PWT79N1EXE"></script>
910
<script>
1011
window.dataLayer = window.dataLayer || [];
1112
function gtag(){dataLayer.push(arguments);}
1213
gtag('js', new Date());
1314

14-
gtag('config', 'G-V4YVD14GNS');
15+
gtag('config', 'G-PWT79N1EXE');
1516
</script>
1617

18+
1719
<!-- Basic Page Needs
1820
================================================== -->
1921
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

0 commit comments

Comments
 (0)