> ## 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 Custom Audience

> Creates a Reddit Ads customer list custom audience

Creates a Reddit Ads customer list custom audience. Add users with reddit\_ads\_update\_custom\_audience\_users; the audience becomes targetable once it matches at least 1,000 users.

|                       |                                     |
| --------------------- | ----------------------------------- |
| **App**               | Reddit Ads                          |
| **Operation ID**      | `reddit_ads_create_custom_audience` |
| **Type**              | Action                              |
| **Connection**        | `reddit_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 Reddit Ads account to create the audience in. |
| `name`    | string         | Yes      | -       | Display name for the custom audience.                    |

## Output

**Type**: `Dict`

Returns the created audience.

**Fields**: `audience_id`, `audience_name`, `status`
