Name | Type | Description | Notes |
---|---|---|---|
visitor_id | str | String of 20 characters that uniquely identifies the visitor's browser. | |
request_id | str | Unique identifier of the user's request. | |
browser_details | BrowserDetails | ||
incognito | bool | Flag if user used incognito session. | |
ip | str | IP address of the requesting browser or bot. | |
ip_location | DeprecatedGeolocation | [optional] | |
linked_id | str | 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 | str | Page URL from which the request was sent. | |
tag | Tag | ||
confidence | IdentificationConfidence | [optional] | |
visitor_found | bool | Attribute represents if a visitor had been identified before. | |
first_seen_at | IdentificationSeenAt | ||
last_seen_at | IdentificationSeenAt | ||
components | RawDeviceAttributes | [optional] |