Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.33 KB

ResponseVisits.md

File metadata and controls

22 lines (19 loc) · 1.33 KB

ResponseVisits

Properties

Name Type Description Notes
request_id str Unique identifier of the user's identification request.
browser_details BrowserDetails
incognito bool Flag if user used incognito session.
ip str
ip_location 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 str Page URL from which the identification request was sent.
tag dict(str, object) A customer-provided value or an object that was sent with identification request.
linked_id str A customer-provided id that was sent with identification request. [optional]
confidence Confidence [optional]
visitor_found bool Attribute represents if a visitor had been identified before.
first_seen_at SeenAt
last_seen_at SeenAt

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