zuckerbot_get_custom_conversion
Retrieve a custom conversion's full configuration: rule, source event, category, default value, mutable fields, and creation time. Optionally include stats for a bounded window.
Instructions
Read one custom conversion in full: rule, source event (event_source_id/event_source_type), category (custom_event_type), default conversion value, availability (is_unavailable) and creation time, plus mutable_fields — the only fields Meta permits updating (name, description, default_conversion_value; rule/category/source are immutable). Optionally include stats via include_stats with an explicit bounded window (default: last 30 days, capped at 90). A pure read of the already-bound ad account — it never binds or consumes an ad-account slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | No | Optional business ID override for the authenticated API key | |
| stats_since | No | Stats window start, YYYY-MM-DD (UTC, inclusive). Defaults to 30 days before stats_until. | |
| stats_until | No | Stats window end, YYYY-MM-DD (UTC, inclusive). Defaults to today. | |
| conversion_id | Yes | Numeric Meta custom conversion id — list them with zuckerbot_list_custom_conversions | |
| include_stats | No | Set true to include conversion stats for a bounded window (default: last 30 days) | |
| stats_aggregation | No | Stats aggregation: count (default), device_type, host, pixel_fire, unmatched_count, unmatched_usd_amount, url or usd_amount |