Ajout du service ActiSTAT
This commit is contained in:
parent
7c29f85778
commit
722074ea5e
|
|
@ -37,6 +37,25 @@ tarteaucitron.services.iframe = {
|
|||
}
|
||||
};
|
||||
|
||||
// actistat
|
||||
tarteaucitron.services.actistat = {
|
||||
"key": "actistat",
|
||||
"type": "analytic",
|
||||
"name": "ActiSTAT",
|
||||
"uri": "https://actigraph.com/actistat",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
||||
if (tarteaucitron.user.actistatId === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
tarteaucitron.addScript('https://actistat.fr/umami.js', '', '', '', 'data-website-id', tarteaucitron.user.actistatId);
|
||||
}
|
||||
};
|
||||
|
||||
// outbrainamplify
|
||||
tarteaucitron.services.outbrainamplify = {
|
||||
"key": "outbrainamplify",
|
||||
|
|
|
|||
Loading…
Reference in New Issue