You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/28 01:04:59 UTC

[08/19] incubator-kylin git commit: update ga tracking settings

update ga tracking settings


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/3625d536
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/3625d536
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/3625d536

Branch: refs/heads/staging
Commit: 3625d536764f6ac6c0121a592b37e6378bd2f9f4
Parents: 13d791a
Author: lukehan <lu...@apache.org>
Authored: Mon Mar 16 13:49:00 2015 -0700
Committer: lukehan <lu...@apache.org>
Committed: Mon Mar 16 13:49:00 2015 -0700

----------------------------------------------------------------------
 docs/website/_includes/head.cn.html | 6 ++++++
 docs/website/_includes/head.html    | 5 +++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3625d536/docs/website/_includes/head.cn.html
----------------------------------------------------------------------
diff --git a/docs/website/_includes/head.cn.html b/docs/website/_includes/head.cn.html
index 7e4f3f7..bb8a7e8 100644
--- a/docs/website/_includes/head.cn.html
+++ b/docs/website/_includes/head.cn.html
@@ -33,8 +33,14 @@
   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');
 
+
+  //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
   ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
 
 
 </script>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3625d536/docs/website/_includes/head.html
----------------------------------------------------------------------
diff --git a/docs/website/_includes/head.html b/docs/website/_includes/head.html
index 7e4f3f7..7c005ee 100644
--- a/docs/website/_includes/head.html
+++ b/docs/website/_includes/head.html
@@ -33,8 +33,13 @@
   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');
 
+  //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
   ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
 
 
 </script>