From de2e0fc92cb64388c4368faf1a3bc17caf23549e Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 20 Feb 2015 23:15:59 +0100 Subject: [PATCH] Update the list of the Google Tag Manager cookies --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 9f7b434..89705ca 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -467,7 +467,7 @@ tarteaucitron.services.googletagmanager = { "name": "Google Tag Manager", "uri": "http://www.google.com/ads/preferences/", "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 () { "use strict"; if (tarteaucitron.user.googletagmanagerId === undefined) {