Inputs
SelectableOption
Output
Type:List[Dict]
Returns audiences with their IDs and details.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists DV360 audiences: first-party and partner audiences, combined audiences, Google audiences, or custom lists
| App | DV360 |
| Operation ID | dv360_list_audiences |
| Type | Action |
| Connection | dv360 (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns audiences with their IDs and details.
Fields: dynamic (depend on the inputs)