From 5ad9660c2a160af274759aff0040f4115e4a83df Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 7 Mar 2018 18:04:44 +0100 Subject: [PATCH] Fix undefined gtagua --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 44e003c..45cfdb6 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -823,7 +823,7 @@ tarteaucitron.services.gtag = { "name": "Google Analytics (gtag.js)", "uri": "https://support.google.com/analytics/answer/6004245", "needConsent": true, - "cookies": ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '_gat_gtag_' + tarteaucitron.user.gtagUa.replace(/-/g, '_')], + "cookies": ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'], "js": function () { "use strict"; window.dataLayer = window.dataLayer || [];