Added google analytics

This commit is contained in:
Dhaval Kapil
2014-08-16 00:20:43 +05:30
parent cd4d2c2a66
commit 48f44ad5ac
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35663579-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>