You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kn...@apache.org on 2022/02/02 08:42:34 UTC

[flink-web] 01/03: [FLINK-25881] Measure visits on flink.apache.org and nightlies.apache.org/flink as the same visit

This is an automated email from the ASF dual-hosted git repository.

knaufk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit f78d10f24016698138350abe774bd71a45348722
Author: martijnvisser <ma...@2symbols.com>
AuthorDate: Tue Feb 1 12:07:08 2022 +0100

    [FLINK-25881] Measure visits on flink.apache.org and nightlies.apache.org/flink as the same visit
---
 _layouts/base.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_layouts/base.html b/_layouts/base.html
index 1979f8c..69c8566 100755
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -33,6 +33,8 @@
       /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
       /* We explicitly disable cookie tracking to avoid privacy issues */
       _paq.push(['disableCookies']);
+      /* Measure a visit to flink.apache.org and nightlies.apache.org/flink as the same visit */
+      _paq.push(["setDomains", ["*.flink.apache.org","*.nightlies.apache.org/flink"]]);
       _paq.push(['trackPageView']);
       _paq.push(['enableLinkTracking']);
       (function() {