add plezi
This commit is contained in:
parent
be52a5c654
commit
d33736f398
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue