Get User Event By ID
This route allows you to view an user event by its ID. You can pass in any type of event and get the details for that event.
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Path Parameters
The event id to use for the request
Response
EventData represents a single analytics event
The time the event was created.
The unique identifier for the dataset the event is associated with.
The name of the event, e.g. "Added to Cart", "Purchased", "Viewed Home Page", "Clicked", "Filter Clicked".
The type of event, "add_to_cart", "purchase", "view", "click", "filter_clicked".
The unique identifier for the event
Whether the event is a conversion event.
The items associated with the event. This could be a list of stringified json chunks for search events, or a list of items for add_to_cart, purchase, view, and click events.
Additional metadata associated with the event. This can be custom data that is specific to the event.
The unique identifier for the request the event is associated with.
The type of request the event is associated with.
The time the event was last updated.
The user identifier associated with the event.