> ## 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 Advertiser Targeting

> Lists DV360 advertiser-level default targeting (brand safety: content labels, sensitive categories, keywords, channels), filterable by targeting type

Lists DV360 advertiser-level default targeting (brand safety: content labels, sensitive categories, keywords, channels), filterable by targeting type. Returns the assigned option IDs needed for deletions in dv360\_edit\_advertiser\_targeting.

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | DV360                             |
| **Operation ID**     | `dv360_list_advertiser_targeting` |
| **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 whose default (advertiser-level) targeting to list.                                                                                                                                                                 |
| `targeting_type` | string or SelectableOption | No       | -       | Optional filter to a single targeting type. Options: 'TARGETING\_TYPE\_CHANNEL', 'TARGETING\_TYPE\_DIGITAL\_CONTENT\_LABEL\_EXCLUSION', 'TARGETING\_TYPE\_OMID', 'TARGETING\_TYPE\_SENSITIVE\_CATEGORY\_EXCLUSION', 'TARGETING\_TYPE\_KEYWORD'. |
| `limit`          | integer                    | No       | `1000`  | Maximum number of assigned options to return. Default: 1000.                                                                                                                                                                                    |

### SelectableOption

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

## Output

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

Returns the advertiser's assigned targeting options.

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