SwAdding analytics

This commit is contained in:
Will Bradley 2013-07-28 23:04:08 -04:00
parent ac512dbd30
commit c30624d7f8
2 changed files with 19 additions and 0 deletions

View File

@ -222,5 +222,15 @@
</script>
<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-42790423-1', 'zyphlar.github.io');
ga('send', 'pageview');
</script>
</body>
</html>

View File

@ -145,6 +145,15 @@
</script>
<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-42790423-1', 'zyphlar.github.io');
ga('send', 'pageview');
</script>
</body>
</html>