Skip to content

Commit 7d2e39e

Browse files
g-analytics
1 parent c9463a7 commit 7d2e39e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@
2727
<link rel="manifest" href="site.webmanifest">
2828

2929
</head>
30-
30+
<!-- Google tag (gtag.js) -->
31+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-REMXM5B2N9"></script>
32+
<script>
33+
window.dataLayer = window.dataLayer || [];
34+
function gtag(){dataLayer.push(arguments);}
35+
gtag('js', new Date());
36+
37+
gtag('config', 'G-REMXM5B2N9');
38+
</script>
39+
3140
<body id="top">
3241

3342

0 commit comments

Comments
 (0)