Skip to content

Commit

Permalink
add google analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Oct 17, 2012
1 parent c411096 commit 4b6e71e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Expand Up @@ -66,7 +66,19 @@ <h3>uses</h3>
</footer>
</div>


<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-574889-7']);
_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>

</body>
</html>

0 comments on commit 4b6e71e

Please sign in to comment.