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

# Assign Conversions To Adset

> Assign existing LinkedIn Ads conversion rules to an ad set

Assign existing LinkedIn Ads conversion rules to an ad set. Use linkedin\_ads\_list\_conversions first to find conversion IDs or URNs.

|                       |                                            |
| --------------------- | ------------------------------------------ |
| **App**               | LinkedIn Ads                               |
| **Operation ID**      | `linkedin_ads_assign_conversions_to_adset` |
| **Type**              | Action                                     |
| **Connection**        | `linkedin_ads` (required)                  |
| **Credits per run**   | 1                                          |
| **Agent / MCP tool**  | Yes                                        |
| **Requires approval** | Yes (write operation)                      |

## Inputs

| Field            | Type                          | Required | Default | Description                                                                                                                                                                                                          |
| ---------------- | ----------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`        | DynamicAccount                | Yes      | -       | LinkedIn Ads account that owns the ad set and conversion rules.                                                                                                                                                      |
| `adset_id`       | string or SelectItem          | Yes      | -       | LinkedIn ad set ID or URN. In LinkedIn's API this is a sponsoredCampaign, for example 345396555 or urn:li:sponsoredCampaign:345396555.                                                                               |
| `conversion_ids` | array of string or SelectItem | Yes      | -       | Existing LinkedIn conversion rule IDs or URNs to assign to the ad set. Use linkedin\_ads\_list\_conversions to find available conversions. Accepts IDs like 104012 or URNs like urn:lla:llaPartnerConversion:104012. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns per-conversion assignment status for the LinkedIn ad set.

**Fields**: `adset_id`, `conversions`
