Upload offline conversion
upload_offline_conversionUpload one or more offline conversions (e.g. a Callomat booked call) to the ad platform, closing the click-id attribution loop so the platform can credit the originating ad click. Pass body as a single conversion or { conversions: [ { gclid | msclkid, conversionAction (the conversion-action name, e.g. "Callomat Booked Call"), occurredAt (ISO 8601), value?, currency?, orderId? } ] }. A gclid routes to Google Ads, an msclkid to Microsoft Advertising. Idempotent on orderId — re-uploading the same orderId is a no-op. 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 payload — a single conversion object or { conversions: [...] }. | |
| space_id | No | Override the active Space for this one call. |