good, suspicious, or bad.dtectScore:| Category | Check | Variable | Description |
|---|---|---|---|
| 🔴 Bad | Location Lock | isLocationBlocked | Uses the list of allowed countries (countriesAllowed) you provided to ensure the visitor is located in an approved location. |
| 🔴 Bad | Device Deduplication | isDuplicateDevice | Identifies whether the visitor's device has already been captured in your project (projectId). |
| 🔴 Bad | IP Deduplication | isDuplicateIp | Identifies whether the visitor's IP address has already been captured in your project (projectId). |
| 🔴 Bad | Duplicate ID | isDuplicateId | Identifies whether the visitorId has already been captured in your project (projectId). |