Inputs
SelectItem
Output
Type:List[Dict]
Returns the assigned locations.
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 locations assigned to a DV360 location list, returning the assigned location IDs needed for removals in dv360_edit_assigned_locations
| App | DV360 |
| Operation ID | dv360_list_assigned_locations |
| 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 location list. |
location_list_id | string or SelectItem | Yes | - | ID of the location list whose assigned locations to return. |
limit | integer | No | 1000 | Maximum number of assigned locations 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 assigned locations.
Fields: dynamic (depend on the inputs)