analytics

This commit is contained in:
Nicolas Bally 2018-06-12 10:54:42 +02:00
parent 7b8e02b13e
commit ee6ef07da9

View File

@ -1,10 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120729770-1"></script>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ window.dataLayer = window.dataLayer || [];
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), function gtag(){dataLayer.push(arguments);}
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) gtag('js', new Date());
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71431331-1', 'auto'); gtag('config', 'UA-120729770-1');
ga('send', 'pageview'); </script>
</script>