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

> Lists DV360 audiences: first-party and partner audiences, combined audiences, Google audiences, or custom lists

Lists DV360 audiences: first-party and partner audiences, combined audiences, Google audiences, or custom lists. The returned audience IDs go into dv360\_edit\_line\_item\_targeting TARGETING\_TYPE\_AUDIENCE\_GROUP create requests.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | DV360                  |
| **Operation ID**     | `dv360_list_audiences` |
| **Type**             | Action                 |
| **Connection**       | `dv360` (required)     |
| **Credits per run**  | 1                      |
| **Agent / MCP tool** | Yes                    |

## Inputs

| Field           | Type                       | Required | Default                                                                  | Description                                                                                                                                                                                                                                                                                                                                              |
| --------------- | -------------------------- | -------- | ------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`       | DynamicAccount             | Yes      | -                                                                        | Select the DV360 advertiser to list audiences for.                                                                                                                                                                                                                                                                                                       |
| `audience_kind` | string or SelectableOption | No       | `{'value': 'FIRST_PARTY_AND_PARTNER', 'label': 'First-party & Partner'}` | Which audience resource to list: FIRST\_PARTY\_AND\_PARTNER (default; your own and partner audiences), COMBINED (combined audiences), GOOGLE\_AUDIENCE (Google's affinity/in-market audiences), or CUSTOM\_LIST (custom intent lists). The returned IDs are used in dv360\_edit\_line\_item\_targeting TARGETING\_TYPE\_AUDIENCE\_GROUP create requests. |
| `search_query`  | string                     | No       | -                                                                        | Optional text filter applied to the audience display names (case-insensitive substring match).                                                                                                                                                                                                                                                           |
| `limit`         | integer                    | No       | `100`                                                                    | Maximum number of audiences to return. Default: 100.                                                                                                                                                                                                                                                                                                     |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

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

Returns audiences with their IDs and details.

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