Update cookie list #810
This commit is contained in:
parent
7603be1187
commit
a56ed717f4
|
|
@ -1786,7 +1786,7 @@ tarteaucitron.services.gajs = {
|
|||
tagUaCookie = tagUaCookie.replace(/-/g, '_');
|
||||
tagGCookie = tagGCookie.replace(/G-/g, '');
|
||||
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
|
||||
})(),
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
|
@ -1826,7 +1826,7 @@ tarteaucitron.services.analytics = {
|
|||
tagUaCookie = tagUaCookie.replace(/-/g, '_');
|
||||
tagGCookie = tagGCookie.replace(/G-/g, '');
|
||||
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
|
||||
})(),
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
|
@ -1877,7 +1877,7 @@ tarteaucitron.services.gtag = {
|
|||
tagUaCookie = tagUaCookie.replace(/-/g, '_');
|
||||
tagGCookie = tagGCookie.replace(/G-/g, '');
|
||||
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
|
||||
return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
|
||||
})(),
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
|
@ -3740,7 +3740,7 @@ tarteaucitron.services.facebookpixel = {
|
|||
"name": "Facebook Pixel",
|
||||
"uri": "https://www.facebook.com/policy.php",
|
||||
"needConsent": true,
|
||||
"cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src', '_fbq'],
|
||||
"cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src', '_fbp'],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
var n;
|
||||
|
|
@ -3850,7 +3850,7 @@ tarteaucitron.services.multiplegtag = {
|
|||
"needConsent": true,
|
||||
"cookies": (function () {
|
||||
|
||||
var cookies = ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'];
|
||||
var cookies = ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '_gcl_au'];
|
||||
|
||||
if (tarteaucitron.user.multiplegtagUa !== undefined) {
|
||||
tarteaucitron.user.multiplegtagUa.forEach(function (ua) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue