Amauri CHAMPEAUX %!s(int64=4) %!d(string=hai) anos
pai
achega
d33736f398
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      tarteaucitron.services.js

+ 19 - 0
tarteaucitron.services.js

@@ -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
 tarteaucitron.services.sharpspring = {
     "key": "sharpspring",