Author: robinanil
Date: Thu Jul 8 14:16:58 2010
New Revision: 961781
URL: http://svn.apache.org/viewvc?rev=961781&view=rev
Log:
Adding Google Analytics to Landing page
Modified:
mahout/site/new_website/index.html
Modified: mahout/site/new_website/index.html
URL: http://svn.apache.org/viewvc/mahout/site/new_website/index.html?rev=961781&r1=961780&r2=961781&view=diff
==============================================================================
--- mahout/site/new_website/index.html (original)
+++ mahout/site/new_website/index.html Thu Jul 8 14:16:58 2010
@@ -443,5 +443,20 @@
© Copyright 2001-2010 The Apache Software Foundation - www.apache.org
</div>
</div>
+<script type="text/javascript">
+
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-17359171-1']);
+_gaq.push(['_setDomainName', 'none']);
+_gaq.push(['_setAllowLinker', true]);
+_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>
|