vShop support

This commit is contained in:
Amauri CHAMPEAUX 2015-02-22 16:27:34 +01:00
parent 7b356f481b
commit 4aff735d3a
1 changed files with 20 additions and 0 deletions

View File

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