List Custom Conversions
adsap_list_custom_conversionsList an ad account's custom conversions (live from Meta) — the CAPI/pixel conversion definitions used as optimization or attribution events (e.g. 'Purchase over $50', a specific URL rule). Returns id, name, event type, creation time, and rule. Use to look up a custom conversion id before building a sales/leads ad set, or to audit which conversions exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous response's meta.paging_after, to fetch the next page. | |
| limit | No | Max custom conversions to return per page. Default 25, max 100. | |
| ad_account_id | Yes | Ad account ID (act_xxx) to list custom conversions for. Required — scopes the request and anchors the Meta budget check. |