Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.69 KB

WebhookVisit.md

File metadata and controls

24 lines (21 loc) · 1.69 KB

WebhookVisit

Properties

Name Type Description Notes
VisitorId string [default to null]
ClientReferrer string [optional] [default to null]
RequestId string Unique identifier of the user's identification request. [default to null]
BrowserDetails *BrowserDetails [default to null]
Incognito bool Flag if user used incognito session. [default to null]
Ip string [default to null]
IpLocation *IpLocation [default to null]
Timestamp int64 Timestamp of the event with millisecond precision in Unix time. [default to null]
Time time.Time Time expressed according to ISO 8601 in UTC format. [default to null]
Url string Page URL from which identification request was sent. [default to null]
Tag ModelMap A customer-provided value or an object that was sent with identification request. [optional] [default to null]
LinkedId string A customer-provided id that was sent with identification request. [optional] [default to null]
Confidence *Confidence [default to null]
VisitorFound bool Attribute represents if a visitor had been identified before. [default to null]
FirstSeenAt *StSeenAt [default to null]
LastSeenAt *StSeenAt [default to null]

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