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

> Lists DV360 location lists (regional or proximity) for an advertiser

Lists DV360 location lists (regional or proximity) for an advertiser. Use the returned list IDs for geo list targeting in dv360\_edit\_line\_item\_targeting.

|                      |                             |
| -------------------- | --------------------------- |
| **App**              | DV360                       |
| **Operation ID**     | `dv360_list_location_lists` |
| **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 location lists for.                                                                        |
| `location_type` | string or SelectableOption | No       | -       | Optional filter by location list type. Options: 'TARGETING\_LOCATION\_TYPE\_REGIONAL', 'TARGETING\_LOCATION\_TYPE\_PROXIMITY'. |
| `search_query`  | string                     | No       | -       | Optional text filter applied to location list display names (case-insensitive substring match).                                |
| `limit`         | integer                    | No       | `100`   | Maximum number of location lists to return. Default: 100.                                                                      |

### SelectableOption

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

## Output

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

Returns the list of location lists.

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