Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 828 Bytes

Event.md

File metadata and controls

19 lines (11 loc) · 828 Bytes

Event

An analytics event that relates to a query made on a collection.

Properties

Name Type Description Notes
bannerId String The identifier of the promotion banner the event is about. [optional]
metadata Map<String, Object> An object made up of field-value pairs that contains additional metadata to record with the event. [optional]
queryId String The query identifier.
redirectId String The identifier of the redirect the event is about. [optional]
resultId String The identifier of the result the event is about. [optional]
type String The type of event, e.g. `click`, `redirect`, `purchase`, `add_to_cart`.