Permalink
Browse files

Added GA

  • Loading branch information...
1 parent 935c13b commit 45ce2e8dc0afeec54bd27bd8ae299c8afead82e4 @krrishd committed Dec 31, 2016
Showing with 9 additions and 0 deletions.
  1. +9 −0 public/index.html
View
@@ -27,4 +27,13 @@
To create a production bundle, use `npm run build`.
-->
</body>
+ <script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-89648820-1', 'auto');
+ ga('send', 'pageview');
+ </script>
</html>

0 comments on commit 45ce2e8

Please sign in to comment.