Adding new _gid cookie name to Google Analytics (Universal) service.
This commit is contained in:
parent
5c941c09e0
commit
d8013193b9
|
|
@ -796,7 +796,7 @@ tarteaucitron.services.analytics = {
|
||||||
"name": "Google Analytics (universal)",
|
"name": "Google Analytics (universal)",
|
||||||
"uri": "https://support.google.com/analytics/answer/6004245",
|
"uri": "https://support.google.com/analytics/answer/6004245",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
|
"cookies": ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
window.GoogleAnalyticsObject = 'ga';
|
window.GoogleAnalyticsObject = 'ga';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue