> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Custom Conversions

> List all custom conversions configured in a Meta Ads account

List all custom conversions configured in a Meta Ads account. Use the returned id to report on a specific custom conversion in meta\_ads\_get\_report via custom\_conversion\_\{id}, custom\_conversion\_value\_\{id}, or cost\_per\_custom\_conversion\_\{id} metrics.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Meta Ads                       |
| **Operation ID**     | `meta_list_custom_conversions` |
| **Type**             | Action                         |
| **Connection**       | `meta_ads` (required)          |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field     | Type           | Required | Default | Description                                                                                      |
| --------- | -------------- | -------- | ------- | ------------------------------------------------------------------------------------------------ |
| `account` | DynamicAccount | Yes      | -       | Select Meta Ads account to retrieve custom conversions from, ask the user for it if not provided |

## Output

**Type**: `List[Dict]`

Returns list of custom conversions with details like id, name, event\_source\_type, etc.

**Fields**: dynamic (depend on the inputs)
