Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

Event.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

Event

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

Properties

Name Type Description Notes
query_id str The query identifier.
type str The type of event, e.g. `click`, `redirect`, `purchase`, `add_to_cart`.
banner_id str The identifier of the promotion banner the event is about. [optional]
metadata {str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)} An object made up of field-value pairs that contains additional metadata to record with the event. [optional]
redirect_id str The identifier of the redirect the event is about. [optional]
result_id str The identifier of the result the event is about. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]