add plezi

This commit is contained in:
Amauri CHAMPEAUX 2021-05-08 10:26:19 +02:00
parent be52a5c654
commit d33736f398
1 changed files with 19 additions and 0 deletions

View File

@ -47,6 +47,25 @@ tarteaucitron.services.elfsight = {
} }
}; };
// plezi
tarteaucitron.services.plezi = {
"key": "plezi",
"type": "analytic",
"name": "Plezi",
"uri": "https://www.plezi.co/fr/mentions-legales/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
if (tarteaucitron.user.pleziTenant === undefined || tarteaucitron.user.pleziTw === undefined) {
return;
}
tarteaucitron.addScript('https://app.plezi.co/scripts/ossleads_analytics.js?tenant=' + tarteaucitron.user.pleziTenant + '&tw=' + tarteaucitron.user.pleziTw);
}
};
// sharpspring // sharpspring
tarteaucitron.services.sharpspring = { tarteaucitron.services.sharpspring = {
"key": "sharpspring", "key": "sharpspring",