Add Weborama fix #894
This commit is contained in:
parent
9f77d5f9a9
commit
539dc8ad1d
|
|
@ -5163,3 +5163,17 @@ tarteaucitron.services.facebookcustomerchat = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// weborama
|
||||||
|
tarteaucitron.services.weborama = {
|
||||||
|
"key": "weborama",
|
||||||
|
"type": "analytic",
|
||||||
|
"name": "Weborama",
|
||||||
|
"uri": "https://weborama.com/faq-cnil-avril-2021/",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": [],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
tarteaucitron.addScript('https://cstatic.weborama.fr/js/advertiserv2/adperf_conversion.js');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue