Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.71 KB

ProductsResponseIdentificationData.md

File metadata and controls

23 lines (20 loc) · 1.71 KB

ProductsResponseIdentificationData

Properties

Name Type Description Notes
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 [optional] [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 *SeenAt [default to null]
LastSeenAt *SeenAt [default to null]
VisitorId string String of 20 characters that uniquely identifies the visitor's browser. [default to null]

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