Skip to content

Commit 7732bca

Browse files
author
Adam Argyle
committed
adding GA
1 parent acb621d commit 7732bca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
<link async rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
2626
<link rel="stylesheet" href="bundle.css">
2727

28+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170789049-1"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
34+
gtag('config', 'UA-170789049-1');
35+
</script>
36+
2837
</head>
2938
<body>
3039
<vis-bug></vis-bug>

0 commit comments

Comments
 (0)