Is the Dubbo community sure that Dubbo's use of Google Analytics is GDPR
compliant?

Mark



-------- Forwarded Message --------
Subject: [incubator-dubbo-website] branch asf-site updated: Google
Analytics support
Date: Tue, 03 Jul 2018 03:42:25 +0000
From: i...@apache.org
Reply-To: dev@dubbo.apache.org
To: comm...@dubbo.apache.org <comm...@dubbo.apache.org>

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

iluo pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b6522c4  Google Analytics support
b6522c4 is described below

commit b6522c43b74348276ec261042f4d8bc51d6da966
Author: beiwei30 <ian....@gmail.com>
AuthorDate: Tue Jul 3 11:41:43 2018 +0800

    Google Analytics support
---
 index.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/index.html b/index.html
index dd6584b..5d0c5b5 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,16 @@
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script
src="https://cdn.jsdelivr.net/npm/react-router-dom@4.2.2/umd/react-router-dom.min.js";></script>
        <script src="./build/page.js"></script>
+
+       <!-- Global site tag (gtag.js) - Google Analytics -->
+       <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-112489517-1";></script>
+       <script>
+               window.dataLayer = window.dataLayer || [];
+               function gtag(){dataLayer.push(arguments);}
+               gtag('js', new Date());
+
+               gtag('config', 'UA-112489517-1');
+       </script>
 </body>
  </html>
\ No newline at end of file

Reply via email to