Add google analytics tracking

This commit is contained in:
Correl Roush 2014-12-22 21:50:15 -05:00
parent d621a6a3c0
commit 8cb7c36412

View file

@ -22,7 +22,15 @@
<link rel="stylesheet" href="stylesheets/ie.css"> <link rel="stylesheet" href="stylesheets/ie.css">
<![endif]--> <![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<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-429788-2', 'auto');
ga('send', 'pageview');
</script>
</head> </head>
<body> <body>
<div id="header"> <div id="header">