You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2016/04/07 18:51:41 UTC

incubator-geode git commit: (GEODE-1186) Geode website: reinstate Google Analytics

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1186 [created] 479b6eaf8


(GEODE-1186) Geode website: reinstate Google Analytics


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/479b6eaf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/479b6eaf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/479b6eaf

Branch: refs/heads/feature/GEODE-1186
Commit: 479b6eaf875a5fcd78a1c3d080f6cfcf494db6c3
Parents: 36cb06e
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Apr 6 16:17:12 2016 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Apr 6 16:17:12 2016 -0700

----------------------------------------------------------------------
 geode-site/website/layouts/footer.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/479b6eaf/geode-site/website/layouts/footer.html
----------------------------------------------------------------------
diff --git a/geode-site/website/layouts/footer.html b/geode-site/website/layouts/footer.html
index 3d31236..ce3253b 100644
--- a/geode-site/website/layouts/footer.html
+++ b/geode-site/website/layouts/footer.html
@@ -82,15 +82,13 @@
 <script type="text/javascript">
     head.js("/js/jquery-1.10.1.min.js", "/js/bootstrap.min.js", "/js/usergrid-site.js");
 </script>
-<!-- update the code below for google analytics -->
-<!--
+<!-- google analytics -->
  <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('create', 'UA-63425957-1', 'auto');
   ga('send', 'pageview');
-
-</script> -->
+</script>