Skip to content

Commit 3ed6dcd

Browse files
committed
Add GA
1 parent 1a38c71 commit 3ed6dcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<html>
22
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131343638-5"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-131343638-5');
11+
</script>
312
<meta name="viewport" content="width=device-width, initial-scale=1.0">
413
<title>Track the timezone easily</title>
514
</head>

0 commit comments

Comments
 (0)