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

> Creates a DV360 channel (a curated list of sites and apps for targeting)

Creates a DV360 channel (a curated list of sites and apps for targeting). Add sites with dv360\_edit\_channel\_sites, then target the channel via dv360\_edit\_line\_item\_targeting.

|                       |                        |
| --------------------- | ---------------------- |
| **App**               | DV360                  |
| **Operation ID**      | `dv360_create_channel` |
| **Type**              | Action                 |
| **Connection**        | `dv360` (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 DV360 advertiser to create the channel in.                               |
| `name`    | string         | Yes      | -       | Display name for the channel (a curated list of sites and apps used for targeting). |

## Output

**Type**: `Dict`

Returns the created channel.

**Fields**: `channel_id`, `channel_name`
