Added Google Analytics.

This commit is contained in:
Marcus Whybrow 2012-06-15 15:37:52 +01:00
parent af2ccee7dc
commit 98ca57c4a1

View File

@ -41,6 +41,16 @@
$('.player').tooltip();
});
});
// Google Analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32675598-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>