Skip to content

Commit a3b9a6e

Browse files
authored
Update index.html to new Google Analytics
1 parent 1535bc9 commit a3b9a6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33

44
<head>
55
<!-- Google tag (gtag.js) -->
6-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-85204102-1"></script>
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NCBWWVGJ6G"></script>
77
<script>
88
window.dataLayer = window.dataLayer || [];
99
function gtag(){dataLayer.push(arguments);}
1010
gtag('js', new Date());
11-
gtag('config', 'UA-85204102-1');
11+
12+
gtag('config', 'G-NCBWWVGJ6G');
1213
</script>
1314
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
1415
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

0 commit comments

Comments
 (0)