Skip to content

Commit

Permalink
Analytics Tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegoodwin committed Oct 23, 2019
1 parent 78e2e8d commit 447eeb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150723789-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-150723789-1');
</script>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down Expand Up @@ -33,4 +42,5 @@

<div id="root"></div>
</body>

</html>

0 comments on commit 447eeb2

Please sign in to comment.