Add Lead Forensics Fix #997

This commit is contained in:
Amauri CHAMPEAUX 2022-10-18 17:41:37 +02:00
parent 7e7e0757cf
commit 6e93f6d766
1 changed files with 18 additions and 0 deletions

View File

@ -57,6 +57,24 @@ tarteaucitron.services.kwanko = {
}
};
// leadforensics
tarteaucitron.services.leadforensics = {
"key": "leadforensics",
"type": "ads",
"name": "Lead Forensics",
"uri": "https://www.leadforensics.com/cookie-policy/",
"needConsent": true,
"cookies": ['ifuuid'],
"js": function () {
"use strict";
if (tarteaucitron.user.leadforensicsId === undefined) {
return;
}
tarteaucitron.addScript('https://secure.team8save.com/js/sc/'+ tarteaucitron.user.leadforensicsId +'.js');
}
};
// trustpilot
tarteaucitron.services.trustpilot = {
"key": "trustpilot",