Merge pull request #41 from epigeyre/master

Adding new _gid cookie to Google Analytics (Universal) service.
This commit is contained in:
Amauri CHAMPEAUX 2017-08-03 10:33:24 +02:00 committed by GitHub
commit cf44079af0
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ tarteaucitron.services.analytics = {
"name": "Google Analytics (universal)",
"uri": "https://support.google.com/analytics/answer/6004245",
"needConsent": true,
"cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
"cookies": ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
"js": function () {
"use strict";
window.GoogleAnalyticsObject = 'ga';