Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.63 KB

ProductsResponseIdentificationData.md

File metadata and controls

23 lines (20 loc) · 1.63 KB

ProductsResponseIdentificationData

Properties

Name Type Description Notes
request_id string Unique identifier of the user's identification request.
browser_details \Fingerprint\ServerAPI\Model\BrowserDetails
incognito bool Flag if user used incognito session.
ip string
ip_location \Fingerprint\ServerAPI\Model\DeprecatedIPLocation [optional]
timestamp int 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 map[string,object] A customer-provided value or an object that was sent with identification request.
linked_id string A customer-provided id that was sent with identification request. [optional]
confidence \Fingerprint\ServerAPI\Model\Confidence [optional]
visitor_found bool Attribute represents if a visitor had been identified before.
first_seen_at \Fingerprint\ServerAPI\Model\SeenAt
last_seen_at \Fingerprint\ServerAPI\Model\SeenAt
visitor_id string String of 20 characters that uniquely identifies the visitor's browser.

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