Add Affilae

This commit is contained in:
Amauri CHAMPEAUX 2021-09-09 16:02:50 +02:00
parent 5627d98076
commit 5e27eab887
1 changed files with 21 additions and 0 deletions

View File

@ -4787,3 +4787,24 @@ tarteaucitron.services.outbrain = {
}
};
// affilae
tarteaucitron.services.affilae = {
"key": "affilae",
"type": "ads",
"name": "Affilae",
"uri": "https://affilae.com/en/privacy-cookie-policy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
if (tarteaucitron.user.affilae === undefined) {
return;
}
window._ae = { "pid": tarteaucitron.user.affilae };
tarteaucitron.addScript('https://static.affilae.com/ae-v3.5.js');
}
};