Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.61 KB

File metadata and controls

23 lines (20 loc) · 1.61 KB

FingerprintPro.ServerSdk.Model.Visit

Properties

Name Type Description Notes
RequestId string Unique identifier of the user's request.
BrowserDetails BrowserDetails
Incognito bool? Flag if user used incognito session.
Ip string IP address of the requesting browser or bot.
IpLocation DeprecatedGeolocation [optional]
LinkedId string A customer-provided id that was sent with the request. [optional]
Timestamp long? Timestamp of the event with millisecond precision in Unix time.
Time DateTime? Time expressed according to ISO 8601 in UTC format, when the request from the client agent was made. We recommend to treat requests that are older than 2 minutes as malicious. Otherwise, request replay attacks are possible.
Url string Page URL from which the request was sent.
Tag Tag
Confidence IdentificationConfidence [optional]
VisitorFound bool? Attribute represents if a visitor had been identified before.
FirstSeenAt IdentificationSeenAt
LastSeenAt IdentificationSeenAt
Components RawDeviceAttributes [optional]

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