You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ti...@apache.org on 2013/11/18 07:26:53 UTC

svn commit: r1542913 - in /incubator/usergrid/site/publish: community/index.html index.html

Author: timanglade
Date: Mon Nov 18 06:26:53 2013
New Revision: 1542913

URL: http://svn.apache.org/r1542913
Log:
Add google analytics tracking code

Modified:
    incubator/usergrid/site/publish/community/index.html
    incubator/usergrid/site/publish/index.html

Modified: incubator/usergrid/site/publish/community/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/community/index.html?rev=1542913&r1=1542912&r2=1542913&view=diff
==============================================================================
--- incubator/usergrid/site/publish/community/index.html (original)
+++ incubator/usergrid/site/publish/community/index.html Mon Nov 18 06:26:53 2013
@@ -472,6 +472,16 @@
         document.body.appendChild(e);
     }
 </script>
+<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-45815079-1', 'apache.org');
+  ga('send', 'pageview');
+
+</script>
 
 
 </body>

Modified: incubator/usergrid/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/index.html?rev=1542913&r1=1542912&r2=1542913&view=diff
==============================================================================
--- incubator/usergrid/site/publish/index.html (original)
+++ incubator/usergrid/site/publish/index.html Mon Nov 18 06:26:53 2013
@@ -246,6 +246,16 @@
         document.body.appendChild(e);
     }
 </script>
+<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-45815079-1', 'apache.org');
+  ga('send', 'pageview');
+
+</script>
 
 
 </body>