On 03/07/18 10:08, Ian Luo wrote: > Well, this is good catch. Thanks, Mark. > > I did a quick research on web (with google search engine :p), it looks like > Google Analytics has not been GDPR compliant yet, but google is working > hard to prepare for it [1]. > > We are working hard to prepare for the EU’s General Data Protection >> Regulation (GDPR). Keeping users’ information safe and secure is among our >> highest priorities at Google. Over the years, we have spent a lot of time >> working closely with Data Protection Authorities in Europe, and we have >> already implemented strong privacy protections that reflect their guidance. >> We are committed to complying with the new legislation and will collaborate >> with partners throughout this process. > > > I guess it is pretty safe to integrate it into dubbo website, or do you > have any other good alternative to suggest?
I take the opposite view. I would view it as very risky to integrate Google analytics if it is not GDPR compliant. In terms of alternatives, it depends what problem you are trying to solve. Mark > > Thanks, > -Ian. > > > 1. https://privacy.google.com/businesses/compliance/#?modal_active=none > > On Tue, Jul 3, 2018 at 4:49 PM Mark Thomas <[email protected]> wrote: > >> 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: [email protected] >> Reply-To: [email protected] >> To: [email protected] <[email protected]> >> >> 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 <[email protected]> >> 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/[email protected]/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 >> >> >
