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

From Daniel Gustafsson
Subject Re: Manage analytics through tag manager?
Date
Msg-id 6FE9B59E-CBF0-4D1B-AA47-DC22867A10F1@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 14:23, Dave Page <dpage@pgadmin.org> wrote:
> On Thu, Jul 2, 2020 at 12:56 PM Daniel Gustafsson <daniel@yesql.se <mailto:daniel@yesql.se>> wrote:

> What we can do to address concerns with tracking in the meantime is to honor
> the DoNotTrack header in the site template, and only load GA/GTM in case
> navigator.doNotTrack isn't set.  Something like the (completely untested)
> attached migth be all we need?  The diff also removes the ability to load GA
> over http, which we clearly shouldn't allow (and since moving the site to all
> https we don't anyways IIUC).
>
> I think we'd also need to check windows.doNotTrack to cover Microsoft browsers, but yes, I think that will work with
GA.

Ah yes, my bad, window.doNotTrack (as you corrected in a subsequent email) is
required for IE and Safari.

> In GTM you can do it in the config (i.e. through the container settings in the management UI). Browsers would still
pullthe code of course, but then any tracking would be disabled.  

Right, I still prefer to do it on our side and put us in charge of whether
tracking is invoked or not.

cheers ./daniel


pgsql-www by date:

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