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

# Search Targeting Options

> Searches DV360 targeting options (geo regions, age ranges, browsers, devices, languages, categories, POIs, business chains, and more) and returns targeting option IDs ready for dv360_edit_line_item...

Searches DV360 targeting options (geo regions, age ranges, browsers, devices, languages, categories, POIs, business chains, and more) and returns targeting option IDs ready for dv360\_edit\_line\_item\_targeting create requests.

|                      |                                  |
| -------------------- | -------------------------------- |
| **App**              | DV360                            |
| **Operation ID**     | `dv360_search_targeting_options` |
| **Type**             | Action                           |
| **Connection**       | `dv360` (required)               |
| **Credits per run**  | Free                             |
| **Agent / MCP tool** | Yes                              |

## Inputs

| Field                         | Type                       | Required | Default | Description                                                                                                                                                                                                                                                                                                 |
| ----------------------------- | -------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`                     | DynamicAccount             | Yes      | -       | Select the DV360 advertiser to search targeting options for.                                                                                                                                                                                                                                                |
| `targeting_type`              | string or SelectableOption | Yes      | -       | Which targeting dimension to search, as the official DV360 TARGETING\_TYPE\_\* value. The returned targetingOptionId values go into dv360\_edit\_line\_item\_targeting create requests. GEO\_REGION, POI, and BUSINESS\_CHAIN use DV360's keyword search; other types are listed and filtered by the query. |
| `search_query`                | string                     | No       | -       | Search text. Required for TARGETING\_TYPE\_POI and TARGETING\_TYPE\_BUSINESS\_CHAIN; recommended for TARGETING\_TYPE\_GEO\_REGION (for example 'germany'). For other types it filters the option list case-insensitively.                                                                                   |
| `business_chain_region_query` | string                     | No       | -       | TARGETING\_TYPE\_BUSINESS\_CHAIN only: the region to search the business chain in (sent as businessChainSearchTerms.regionQuery).                                                                                                                                                                           |
| `limit`                       | integer                    | No       | `100`   | Maximum options to return. Default 100, max 1000.                                                                                                                                                                                                                                                           |

### SelectableOption

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

## Output

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

Returns matching targeting options with their IDs and details.

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