瀏覽代碼

Add ferank ads service

Amauri CHAMPEAUX 10 年之前
父節點
當前提交
961f3eeb97
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      tarteaucitron.services.js

+ 14 - 0
tarteaucitron.services.js

@@ -176,6 +176,20 @@ tarteaucitron.services.ferank = {
     }
 };
 
+// ferank pub
+tarteaucitron.services.ferankpub = {
+    "key": "ferankpub",
+    "type": "ads",
+    "name": "FERank Publicité",
+    "uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
+    "needConsent": false,
+    "cookies": [],
+    "js": function () {
+        "use strict";
+        tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
+    }
+};
+
 // google+
 tarteaucitron.services.gplus = {
     "key": "gplus",