Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.5 KB

ProductsResponseIdentificationData.md

File metadata and controls

23 lines (20 loc) · 1.5 KB

FingerprintPro.ServerSdk.Model.ProductsResponseIdentificationData

Properties

Name Type Description Notes
RequestId string Unique identifier of the user's identification request.
BrowserDetails BrowserDetails
Incognito bool? Flag if user used incognito session.
Ip string
IpLocation DeprecatedIPLocation [optional]
Timestamp long? Timestamp of the event with millisecond precision in Unix time.
Time DateTime? Time expressed according to ISO 8601 in UTC format.
Url string Page URL from which the identification request was sent.
Tag Dictionary<string, Object> A customer-provided value or an object that was sent with identification request.
LinkedId string A customer-provided id that was sent with identification request. [optional]
Confidence Confidence [optional]
VisitorFound bool? Attribute represents if a visitor had been identified before.
FirstSeenAt SeenAt
LastSeenAt SeenAt
VisitorId string String of 20 characters that uniquely identifies the visitor's browser.

[Back to Model list] [Back to API list] [Back to README]