Re: Manage analytics through tag manager? - Mailing list pgsql-www

From Daniel Gustafsson
Subject Re: Manage analytics through tag manager?
Date
Msg-id 6F7A8725-7019-446E-BD39-25E19311CB21@yesql.se
Whole thread Raw
In response to Re: Manage analytics through tag manager?  (Dave Page <dpage@pgadmin.org>)
Responses Re: Manage analytics through tag manager?
List pgsql-www
> On 2 Jul 2020, at 15:38, Dave Page <dpage@pgadmin.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


pgsql-www by date:

Previous
From: Dave Page
Date:
Subject: Re: Manage analytics through tag manager?
Next
From: Dave Page
Date:
Subject: Re: Manage analytics through tag manager?