Add Google Analytics

This commit is contained in:
Gabriel Augendre 2016-04-30 17:40:00 +02:00
parent 55566450cf
commit 9bd429d25c
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -16,6 +16,17 @@
<div id="content"></div>
<script type="text/javascript" src="dist/bundle.min.js"></script>
<script>
// Google Analytics
(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-53266226-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>