Merge pull request #41 from epigeyre/master
Adding new _gid cookie to Google Analytics (Universal) service.
This commit is contained in:
commit
cf44079af0
|
|
@ -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