Add Wysistat (privacy by design) Fix #1002
This commit is contained in:
parent
9c3cd9df95
commit
68beecebee
|
|
@ -94,6 +94,29 @@ tarteaucitron.services.ubib = {
|
|||
}
|
||||
};
|
||||
|
||||
// wysistathightrack
|
||||
tarteaucitron.services.wysistathightrack = {
|
||||
"key": "wysistathightrack",
|
||||
"type": "analytic",
|
||||
"name": "Wysistat (privacy by design)",
|
||||
"uri": "https://www.wysistat.net/webanalytics/exemption-cnil/",
|
||||
"needConsent": false,
|
||||
"cookies": ['wysistat'],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
||||
if (tarteaucitron.user.wysistatNom === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
window._wsq = window._wsq || [];
|
||||
window._wsq.push(['_setNom', tarteaucitron.user.wysistatNom]);
|
||||
window._wsq.push(['_wysistat']);
|
||||
|
||||
tarteaucitron.addScript('https://www.wysistat.com/ws.jsa');
|
||||
}
|
||||
};
|
||||
|
||||
// trustpilot
|
||||
tarteaucitron.services.trustpilot = {
|
||||
"key": "trustpilot",
|
||||
|
|
|
|||
Loading…
Reference in New Issue