vShop support
This commit is contained in:
parent
7b356f481b
commit
4aff735d3a
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue