|
@@ -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');
|
|
|
+ }
|
|
|
+};
|
|
|
+
|