1
0
mirror of synced 2025-02-04 06:09:23 +03:00

added google analytics

This commit is contained in:
Igor Vaynberg 2012-03-04 11:23:49 -08:00
parent 6e8b08c06b
commit 8a2d77bac3

View File

@ -222,6 +222,21 @@ $("#e8_set").click(
setupExampleCode("e8");
prettyPrint();});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29683190-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>