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
Optional
is_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.
Optional
metadata?: unknownAdditional metadata associated with the event. This can be custom data that is specific to the event.
Optional
request_The unique identifier for the request the event is associated with.
Optional
request_The type of request the event is associated with.
The time the event was last updated.
Optional
user_The user identifier associated with the event.
EventData represents a single analytics event