Add Affilae
This commit is contained in:
parent
5627d98076
commit
5e27eab887
|
|
@ -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');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue