Events
Events are the atomic unit that powers Anzu Insights. They are rolled up into insights that give you a better understanding of how your application is used. You will be able to fetch individual events from the API in the near future.
Fields
Each event contains the following fields:
event_id
(String
): A unique identifier for the event.category
(String
): The user-defined category of the event. A category could be the related feature or area in your application.kind
(String
): The user-defined kind of the event. A kind could be the specific action that the user performed.created_at
(DateTime
): The time the event was created in the browser.page_duration
(Nullable(Int64)
): The duration of time the user spent on the page before the event was created.user_id
(String
): The unique identifier of the user that created the event.session_id
(String
): The unique identifier of the session that the event was created in.user_agent
(String
): The user agent of the browser that created the event.url
(String
): The URL of the page that the event was created on.referrer
(String
): The URL of the page that the user was on before the event was created.ip_address
(String
): The IP address of the user that created the event.