Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 0c76394

Browse files
sarthak-sehgalDennis Schwartz
authored andcommitted
[F] Add google analytics (#54)
1 parent 88fd9f0 commit 0c76394

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,14 @@
1515
<body>
1616
<div id="app"></div>
1717
<!-- built files will be auto injected -->
18+
<!-- Global site tag (gtag.js) - Google Analytics -->
19+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123362059-2"></script>
20+
<script>
21+
window.dataLayer = window.dataLayer || [];
22+
function gtag(){dataLayer.push(arguments);}
23+
gtag('js', new Date());
24+
25+
gtag('config', 'UA-123362059-2');
26+
</script>
1827
</body>
1928
</html>

0 commit comments

Comments
 (0)