Re: Manage analytics through tag manager?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Manage analytics through tag manager?
Date: 2020-07-02 13:52:49
Message-ID: 6F7A8725-7019-446E-BD39-25E19311CB21@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 2 Jul 2020, at 15:38, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Can you or Daniel or someone else please give the attached patch a quick look over before I commit it?

Correct me if I'm wrong, but won't this only run tracking for those with DNT set?

+var DNT = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack || window.msDoNotTrack;
+if ((DNT == "1") || (DNT == "yes")) {
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':

cheers ./daniel

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2020-07-02 13:53:01 Re: Manage analytics through tag manager?
Previous Message Dave Page 2020-07-02 13:38:30 Re: Manage analytics through tag manager?