|
@@ -824,6 +824,26 @@ tarteaucitron.services.visualrevenue = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+// vshop
|
|
|
+tarteaucitron.services.vshop = {
|
|
|
+ "key": "vshop",
|
|
|
+ "type": "ads",
|
|
|
+ "name": "vShop",
|
|
|
+ "uri": "http://vshop.fr/privacy-policy",
|
|
|
+ "needConsent": true,
|
|
|
+ "cookies": [],
|
|
|
+ "js": function () {
|
|
|
+ "use strict";
|
|
|
+ tarteaucitron.fallback(['vcashW'], '');
|
|
|
+ tarteaucitron.addScript('//vshop.fr/js/w.js');
|
|
|
+ },
|
|
|
+ "fallback": function () {
|
|
|
+ "use strict";
|
|
|
+ var id = 'vshop';
|
|
|
+ tarteaucitron.fallback(['vcashW'], tarteaucitron.engage(id));
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
// xiti
|
|
|
tarteaucitron.services.xiti = {
|
|
|
"key": "xiti",
|