> ## 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 Location List

> Creates a DV360 location list (regional or proximity; the type is immutable)

Creates a DV360 location list (regional or proximity; the type is immutable). Add locations with dv360\_edit\_assigned\_locations, then target the list via dv360\_edit\_line\_item\_targeting.

|                       |                              |
| --------------------- | ---------------------------- |
| **App**               | DV360                        |
| **Operation ID**      | `dv360_create_location_list` |
| **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 location list in.                                                                                                                    |
| `name`          | string                     | Yes      | -       | Display name for the location list (max 240 bytes UTF-8).                                                                                                                      |
| `location_type` | string or SelectableOption | Yes      | -       | Immutable type of the list. Options: 'TARGETING\_LOCATION\_TYPE\_REGIONAL' (countries, regions, cities), 'TARGETING\_LOCATION\_TYPE\_PROXIMITY' (points of interest / radius). |

### SelectableOption

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

## Output

**Type**: `Dict`

Returns the created location list.

**Fields**: `location_list_id`, `location_list_name`, `location_type`
