You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/08/25 11:22:44 UTC

svn commit: r1517254 - /incubator/stratos/site/trunk/templates/skeleton.html

Author: madhura
Date: Sun Aug 25 09:22:44 2013
New Revision: 1517254

URL: http://svn.apache.org/r1517254
Log:
GA code added

Modified:
    incubator/stratos/site/trunk/templates/skeleton.html

Modified: incubator/stratos/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/templates/skeleton.html?rev=1517254&r1=1517253&r2=1517254&view=diff
==============================================================================
--- incubator/stratos/site/trunk/templates/skeleton.html (original)
+++ incubator/stratos/site/trunk/templates/skeleton.html Sun Aug 25 09:22:44 2013
@@ -48,7 +48,16 @@
 </head>
 
 <body>
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
+  ga('create', 'UA-43480009-1', 'apache.org');
+  ga('send', 'pageview');
+
+</script>
 <div class="navbar navbar-inverse navbar-fixed-top">
       <div class="navbar-inner">
     	<div class="container">
@@ -158,4 +167,5 @@ jQuery(document).ready(function($) {
 });
 </script>
 </body>
+
 </html>