Add ferank ads service

This commit is contained in:
Amauri CHAMPEAUX 2015-02-02 19:16:28 +01:00
parent b1c1b4d463
commit 961f3eeb97
1 changed files with 14 additions and 0 deletions

View File

@ -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",