Create conversion action
create_conversion_actionCreate a conversion action — the thing an uploaded conversion is counted against. Pass body with at least { name, type, category }. The action is created locally; exporting it to an ad platform (which assigns the remote id and the tag snippet) happens through campaign sync. Scoped to the active Space — see set_active_space to switch, or pass space_id to override for this one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Conversion action payload — { name, type, category, ... }. | |
| space_id | No | Override the active Space for this one call. Defaults to the active Space set via set_active_space (or GROWOMAT_SPACE_ID on the server). Pass to read/write a different Space without changing the session binding. |