You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Mark Thomas <ma...@apache.org> on 2018/07/03 08:49:51 UTC

Fwd: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

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: iluo@apache.org
Reply-To: dev@dubbo.apache.org
To: commits@dubbo.apache.org <co...@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 <ia...@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


Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

Posted by Ian Luo <ia...@gmail.com>.
Mark,

The only purpose for us to integrate Google Analytics in dubbo website is
that we want to understand how many peoples visit us and where they come
from.

Thanks,
-Ian.

On Tue, Jul 10, 2018 at 11:28 PM Mark Thomas <ma...@apache.org> wrote:

> 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 <ma...@apache.org> 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: iluo@apache.org
> >> Reply-To: dev@dubbo.apache.org
> >> To: commits@dubbo.apache.org <co...@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 <ia...@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
> >>
> >>
> >
>
>

Re:Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

Posted by KimmKing <ki...@apache.org>.
 It's a good idea to add google analytics, github stars to dubbo web page .
At 2018-08-16 10:05:50, "Justin Mclean" <ju...@me.com> wrote:
>Hi,
>
>I know of other Apache projects that also use google analytics, that’s not to say it right to do so, but currently we don’t really have any direction or policy on this so it’s hard to know what to do.
>
>Thanks,
>Justin 

Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

Posted by Justin Mclean <ju...@me.com>.
Hi,

I know of other Apache projects that also use google analytics, that’s not to say it right to do so, but currently we don’t really have any direction or policy on this so it’s hard to know what to do.

Thanks,
Justin 

Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

Posted by Mark Thomas <ma...@apache.org>.
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 <ma...@apache.org> 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: iluo@apache.org
>> Reply-To: dev@dubbo.apache.org
>> To: commits@dubbo.apache.org <co...@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 <ia...@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
>>
>>
> 


Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

Posted by Ian Luo <ia...@gmail.com>.
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?

Thanks,
-Ian.


1. https://privacy.google.com/businesses/compliance/#?modal_active=none

On Tue, Jul 3, 2018 at 4:49 PM Mark Thomas <ma...@apache.org> 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: iluo@apache.org
> Reply-To: dev@dubbo.apache.org
> To: commits@dubbo.apache.org <co...@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 <ia...@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
>
>