This commit is contained in:
Amauri CHAMPEAUX 2022-03-22 17:04:13 +01:00
parent 014ed20eac
commit f5b074de61
1 changed files with 19 additions and 0 deletions

View File

@ -32,6 +32,25 @@ tarteaucitron.services.iframe = {
}
};
// userpilot
tarteaucitron.services.userpilot = {
"key": "userpilot",
"type": "analytic",
"name": "UserPilot",
"uri": "https://userpilot.com/privacy-policy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
if (tarteaucitron.user.userpilotToken === undefined) {
return;
}
window.userpilotSettings = {token: tarteaucitron.user.userpilotToken};
tarteaucitron.addScript('https://js.userpilot.io/sdk/latest.js');
}
};
tarteaucitron.services.piwikpro = {
"key": "piwikpro",
"type": "analytic",