Inputs
SelectItem
Output
Type:List[Dict]
Returns the list of sites in the channel.
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 the sites and apps inside a DV360 channel, with optional search
| App | DV360 |
| Operation ID | dv360_list_channel_sites |
| 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 that owns the channel. |
channel_id | string or SelectItem | Yes | - | ID of the channel whose sites and apps to return. |
search_query | string | No | - | Optional text filter applied to site URLs / app IDs (server-side partial match). |
limit | integer | No | 1000 | Maximum number of sites to return. Default: 1000. |
| 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. |
List[Dict]
Returns the list of sites in the channel.
Fields: dynamic (depend on the inputs)