Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
ga added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Zubair Ahmed committed Jul 19, 2017
1 parent 32e8555 commit 4d91d8d
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
Expand Up @@ -17,6 +17,16 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<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-102830068-1', 'auto');
ga('send', 'pageview');

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

0 comments on commit 4d91d8d

Please sign in to comment.