Why send rich event data?
Our pipeline automatically hunts for the most predictive features, so the more properties you include, the stronger the model becomes. Don’t worry about over-engineering the schema up front—just send what you have and the platform will do feature selection for you. Rich, well-linked behavioural data is how we unlock advanced capabilities such as dynamic re-ranking and session-aware personalisation.Standard Event Types
Sequen also supports custom event types that you can define with any set of properties to model your unique events.
Reserved Fields
These keys have special meaning and must not be renamed or repurposed.At least one of
uid, sid, or cid is required. You must provide one or more of these identifiers to properly track user behavior across events.While
page_view_id, module_view_id, and impression_id are optional, including them significantly improves event attribution, funnel analysis, and model training. We recommend adding these fields when possible.Standard Event Type fields
Anything not in the table above is treated as a custom field. Allowed field types: string, number, boolean, relation,
array<string>, time, embedding, object.
Mandatory Fields By Event Type
Example impression
Example conversion
Example media event
Endpoint
Example Request
- Single Event
- Bulk Events

