|
2 | 2 |
|
3 | 3 | # Event |
4 | 4 |
|
5 | | -Contains results from Fingerprint Identification and all active Smart Signals. |
| 5 | +Contains results from Fingerprint Identification and all active Smart Signals. Some Smart Signals are only supported for certain device types, these fields will be omitted for events not generated from the supported devices. Consult the [Smart Signals reference](https://docs.fingerprint.com/docs/smart-signals-reference) for more details. |
6 | 6 |
|
7 | 7 | ## Properties |
8 | 8 |
|
@@ -30,6 +30,7 @@ Contains results from Fingerprint Identification and all active Smart Signals. |
30 | 30 | |**clientReferrer** | **String** | Client Referrer field corresponds to the `document.referrer` field gathered during an identification request. The value is an empty string if the user navigated to the page directly (not through a link, but, for example, by using a bookmark). | [optional] | |
31 | 31 | |**browserDetails** | [**BrowserDetails**](BrowserDetails.md) | | [optional] | |
32 | 32 | |**proximity** | [**Proximity**](Proximity.md) | | [optional] | |
| 33 | +|**activeCall** | **Boolean** | Indicates whether the mobile device had an active call (cellular or VoIP) at the time of the request. Available from SDK 2.16.0+ on iOS and Android. | [optional] | |
33 | 34 | |**bot** | [**BotResult**](BotResult.md) | | [optional] | |
34 | 35 | |**botType** | **String** | Additional classification of the bot type if detected. | [optional] | |
35 | 36 | |**botInfo** | [**BotInfo**](BotInfo.md) | | [optional] | |
@@ -64,7 +65,7 @@ Contains results from Fingerprint Identification and all active Smart Signals. |
64 | 65 | |**vpnConfidence** | [**VpnConfidence**](VpnConfidence.md) | | [optional] | |
65 | 66 | |**vpnMlScore** | **Double** | Machine learning–based VPN score, represented as a floating-point value between 0 and 1 (inclusive), with up to three decimal places of precision. A higher score means a higher confidence in the positive `vpn` detection result. This Smart Signal is currently in beta and only available to select customers. If you are interested, please [contact our support team](https://fingerprint.com/support/). | [optional] | |
66 | 67 | |**vpnOriginTimezone** | **String** | Local timezone which is used in timezone_mismatch method. | [optional] | |
67 | | -|**vpnOriginCountry** | **String** | Country of the request (only for Android SDK version >= 2.4.0, ISO 3166 format or unknown). | [optional] | |
| 68 | +|**vpnOriginCountry** | **String** | Country of the request (Android SDK version >= 2.4.0, iOS SDK version >= 2.9.0, JS agent >= 3.12.9 / 4.0.2), ISO 3166 format or unknown. | [optional] | |
68 | 69 | |**vpnMethods** | [**VpnMethods**](VpnMethods.md) | | [optional] | |
69 | 70 | |**highActivityDevice** | **Boolean** | Flag indicating if the request came from a high-activity visitor. | [optional] | |
70 | 71 | |**rareDevice** | **Boolean** | `true` if the device is considered rare based on its combination of hardware and software attributes. A device is classified as rare if it falls within the top 99.9 percentile (lowest-frequency segment) of observed traffic, or if its configuration has not been previously seen (`not_seen`). > This Smart Signal is currently in beta and only available to select customers. If you are interested, please [contact our support team](https://fingerprint.com/support/). | [optional] | |
|
0 commit comments