update hotjar cookies

This commit is contained in:
Amauri CHAMPEAUX 2021-03-11 17:21:18 +01:00
parent b49eb506e2
commit 42d295d2d7
1 changed files with 1 additions and 1 deletions

View File

@ -3593,7 +3593,7 @@ tarteaucitron.services.hotjar = {
"name": "Hotjar", "name": "Hotjar",
"uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar", "uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar",
"needConsent": true, "needConsent": true,
"cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage"], "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage", "_hjAbsoluteSessionInProgress", "_hjIncludeInPageviewSample", "_hjid"],
"js": function () { "js": function () {
"use strict"; "use strict";
if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) { if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {