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

# Create Follower Ad

> Promotes an X account in a FOLLOWERS ad group (product type PROMOTED_ACCOUNT), creating a follower ad

Promotes an X account in a FOLLOWERS ad group (product type PROMOTED\_ACCOUNT), creating a follower ad. Defaults to promoting the connected account.

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

## Inputs

| Field         | Type                 | Required | Default | Description                                                                                                                                              |
| ------------- | -------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`     | DynamicAccount       | Yes      | -       | Select the X Ads account that owns the ad group.                                                                                                         |
| `ad_group_id` | string or SelectItem | Yes      | -       | Ad group (line item) to promote the account in. Must belong to a FOLLOWERS campaign with product type PROMOTED\_ACCOUNT (see x\_ads\_create\_ad\_group). |
| `user_id`     | string               | No       | -       | Numeric X user id of the account to promote. Defaults to the connected user's account.                                                                   |

### 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 the created promoted account record.

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