Skip to content

Commit

Permalink
add analytics whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Jun 11, 2018
1 parent 3ed8c3e commit 94a17b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
<body>
<div id="root"></div>
<script src="./index.tsx"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-28181852-26"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-28181852-26');
</script>
</body>

</html>

0 comments on commit 94a17b7

Please sign in to comment.