Skip to content

Commit

Permalink
Add google analytics
Browse files Browse the repository at this point in the history
Please merge this - I need the traffic statistics for browserify.org.
  • Loading branch information
pkrumins committed Oct 14, 2014
1 parent 9c8ca53 commit bdbc53c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Expand Up @@ -186,5 +186,15 @@ <h2 class="subtitle">here are some things people have said</h2>
</p>
</div>
</section>

<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-55715697-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit bdbc53c

Please sign in to comment.