Update the list of the Google Tag Manager cookies
This commit is contained in:
parent
bbe76cd085
commit
de2e0fc92c
|
|
@ -467,7 +467,7 @@ tarteaucitron.services.googletagmanager = {
|
||||||
"name": "Google Tag Manager",
|
"name": "Google Tag Manager",
|
||||||
"uri": "http://www.google.com/ads/preferences/",
|
"uri": "http://www.google.com/ads/preferences/",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
|
"cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
if (tarteaucitron.user.googletagmanagerId === undefined) {
|
if (tarteaucitron.user.googletagmanagerId === undefined) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue