Upload conversion adjustment
upload_conversion_adjustmentUpload one or more conversion adjustments — RETRACTION (refund/churn/disqualified lead), RESTATEMENT (value correction: trial→paid, partial refund, downgrade), or ENHANCEMENT (attach hashed identifiers) — so a refunded/churned/upgraded deal stops teaching Smart Bidding the wrong lesson. Pass body as a single adjustment or { adjustments: [ { orderId, adjustmentType, conversionAction, value?, currency?, occurredAt } ] }. Identified by orderId. 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 | Adjustment payload — a single adjustment or { adjustments: [...] }. | |
| 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). |