update hotjar cookies
This commit is contained in:
parent
b49eb506e2
commit
42d295d2d7
|
|
@ -3593,7 +3593,7 @@ tarteaucitron.services.hotjar = {
|
|||
"name": "Hotjar",
|
||||
"uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar",
|
||||
"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 () {
|
||||
"use strict";
|
||||
if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue