Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.01 KB

Identification.md

File metadata and controls

25 lines (22 loc) · 2.01 KB

Identification

Properties

Name Type Description Notes
visitor_id string String of 20 characters that uniquely identifies the visitor's browser.
request_id string Unique identifier of the user's request.
browser_details \Fingerprint\ServerAPI\Model\BrowserDetails
incognito bool Flag if user used incognito session.
ip string IP address of the requesting browser or bot.
ip_location \Fingerprint\ServerAPI\Model\DeprecatedGeolocation [optional]
linked_id string A customer-provided id that was sent with the request. [optional]
suspect bool Field is true if you have previously set the suspect flag for this event using the Server API Update event endpoint. [optional]
timestamp int 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 JS 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 array
confidence \Fingerprint\ServerAPI\Model\IdentificationConfidence [optional]
visitor_found bool Attribute represents if a visitor had been identified before.
first_seen_at \Fingerprint\ServerAPI\Model\IdentificationSeenAt
last_seen_at \Fingerprint\ServerAPI\Model\IdentificationSeenAt
components array [optional]

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