> ## 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 Conversions

> List existing LinkedIn Ads conversion rules for an ad account

List existing LinkedIn Ads conversion rules for an ad account. Use this to find conversion IDs or URNs before assigning conversions to ad sets.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | LinkedIn Ads                    |
| **Operation ID**     | `linkedin_ads_list_conversions` |
| **Type**             | Action                          |
| **Connection**       | `linkedin_ads` (required)       |
| **Credits per run**  | Free                            |
| **Agent / MCP tool** | Yes                             |

## Inputs

| Field          | Type           | Required | Default | Description                                                                                          |
| -------------- | -------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `account`      | DynamicAccount | Yes      | -       | LinkedIn Ads account whose conversion rules should be listed.                                        |
| `enabled_only` | boolean        | No       | `False` | If true, return only enabled conversion rules. Leave false to list enabled and disabled conversions. |
| `limit`        | integer        | No       | `100`   | Maximum number of conversions to return. Defaults to 100.                                            |

## Output

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

Returns LinkedIn conversion rules normalized with conversion IDs and URNs.

**Fields**: `id`, `urn`, `name`, `type`, `enabled`, `account`, `associated_campaigns`, `campaigns`
