# bing_get_targeting

> Read actual configured campaign or group targeting, separately by criterion type. One of 39 Microsoft Advertising tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads)

Read actual configured campaign or group targeting, separately by criterion type. Includes inclusion/exclusion criterion objects; this is configuration, not demographic performance.

> **Note** External assistant access is not enabled. Sandbox testing and production account discovery are available to authorized operators. Publisher and external-tenant consent verification remain in progress; the developer token has already been obtained.

|  |  |
| --- | --- |
| Source | [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/bing-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `accountId` | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
| `campaignId` | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
| `campaignType` | string | Required | Explicit native campaign type, used to verify parent ownership. Dynamic Search uses Search with DynamicSearchAdsSetting. One of: `Search`, `Shopping`, `Audience`, `PerformanceMax`, `Hotel`. |
| `adGroupId` | string | Optional | Numeric Microsoft Advertising ID as a string, not an account number. |
| `criterionType` | string | Required | One of: `Age`, `Gender`, `DayTime`, `Device`, `Location`, `LocationIntent`, `Radius`, `RemarketingList`, `CustomAudience`, `InMarketAudience`, `ProductAudience`, `Webpage`, `ProductPartition`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "bing_get_targeting",
  "arguments": {
    "accountId": "<string>",
    "campaignId": "<string>",
    "campaignType": "Search",
    "criterionType": "Age"
  }
}
```

- [Microsoft Advertising metrics](https://www.getmcpads.com/docs/sources/bing-ads/metrics): What you can ask for.
- [Microsoft Advertising dimensions](https://www.getmcpads.com/docs/sources/bing-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/bing-ads/tools/bing_get_targeting
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
