Add Lead Forensics Fix #997
This commit is contained in:
parent
7e7e0757cf
commit
6e93f6d766
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue