Browse Source

Add antvoice #962

Amauri CHAMPEAUX 2 years ago
parent
commit
6e7528dcd0
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tarteaucitron.services.js

+ 14 - 0
tarteaucitron.services.js

@@ -32,6 +32,20 @@ tarteaucitron.services.iframe = {
     }
 };
 
+// antvoice
+tarteaucitron.services.antvoice = {
+    "key": "antvoice",
+    "type": "ads",
+    "name": "antvoice",
+    "uri": "https://www.antvoice.com/fr/privacy-policy/",
+    "needConsent": true,
+    "cookies": ['antvoice'],
+    "js": function () {
+        "use strict";
+        tarteaucitron.addScript('https://static.avads.net/avtag.min.js');
+    }
+};
+
 // plausible
 tarteaucitron.services.plausible = {
     "key": "plausible",