Define a Fields schema
1
Open Custom event types
In the dashboard go to Events → Custom event types, then click New or open an existing type to edit.
2
Add fields
In the Fields schema section, add one row per field. Each row has:
- Field Name — the property path you will send on the event (letters, numbers, hyphens, underscores; use dots for nesting, for example
order.value) - Type — one of
string,number,boolean, orunknown
3
Save
Save the custom event type. The schema is stored with the type and shown in the Custom event types list.
Schema example
A Fields schema is an array of{ name, type } objects. For example:
Related
- Events (CDP) — how events fit into the Customer Data Platform
- Launch a campaign — use a custom event type as a campaign trigger
- Emit event — send events with your custom
type