setup google analytics

This commit is contained in:
Anton Keks 2014-03-11 00:27:00 +02:00
parent 640c4e794f
commit 99c3f2ceaa

View File

@ -64,5 +64,13 @@
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
(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-10776159-1', 'angryip.org');
ga('send', 'pageview');
</script>
</html>