Add Zoho Pagesense

This commit is contained in:
Amauri CHAMPEAUX 2023-04-03 11:00:44 +02:00
parent 12a71b8a8b
commit 780083d143
1 changed files with 18 additions and 0 deletions

View File

@ -37,6 +37,24 @@ tarteaucitron.services.iframe = {
}
};
// zohopagesense
tarteaucitron.services.zohopagesense = {
"key": "zohopagesense",
"type": "analytic",
"name": "Zoho PageSense",
"uri": "https://www.zoho.com/pagesense/cookie-policy.html",
"needConsent": true,
"cookies": ["zab_g_", "zabUserID", "zabVisitID", "zabSplit", "zabBucket", "zabHMBucket", "zpsfa_", "zfa", "zsr", "zabme", "zsd", "ps_payloadSeqId", "zabPZBucket", "zPersonalization", "zia_", "zpc", "zps_permission_status", "zps-tgr-dts", "zpspolls_", "zpsPollsBucket", "zpspb", "zpsPopupBucket", "zpssr", "zab_g_", "zab_", "zPersonalization"],
"js": function () {
"use strict";
if (tarteaucitron.user.zohoPageSenseProjectId === undefined || tarteaucitron.user.zohoPageSenseScriptHash === undefined) {
return;
}
tarteaucitron.addScript('https://cdn-eu.pagesense.io/js/' + tarteaucitron.user.zohoPageSenseProjectId + '/' + tarteaucitron.user.zohoPageSenseScriptHash + '.js');
}
};
// leadinfo
tarteaucitron.services.leadinfo = {
"key": "leadinfo",