Skip to content

Commit

Permalink
Added Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cross committed Sep 15, 2015
1 parent 6ed9d04 commit ee126a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Kinza/views/layouts/main.tt
Expand Up @@ -58,6 +58,16 @@
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/javascripts/kinza.js"></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-56332-53', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>

0 comments on commit ee126a3

Please sign in to comment.