bing_ get_ campaigns
Read native campaign configuration, budget, settings and status for an explicit campaign type.
Read native campaign configuration, budget, settings and status for an explicit campaign type. Repeat for other types to inventory the whole account.
- Source
- Microsoft Advertising
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ bing-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
accountId | 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. |
Calling itLink to this section
{
"name": "bing_get_campaigns",
"arguments": {
"accountId": "<string>",
"campaignType": "Search"
}
}