bing_ get_ insights
Submit an asynchronous Microsoft Ads report for the selected account. One of 39 Microsoft Advertising tools on the Get MCP Ads MCP gateway.
Submit an asynchronous Microsoft Ads report for the selected account. Poll the signed receipt with bing_get_report. Native column compatibility and sandbox data availability apply.
- 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. |
reportType | string | Required | One of: AccountPerformanceReportRequest, CampaignPerformanceReportRequest, AdGroupPerformanceReportRequest, AdPerformanceReportRequest, KeywordPerformanceReportRequest, AgeGenderAudienceReportRequest, GeographicPerformanceReportRequest. |
since | string | Required | |
until | string | Required | |
columns | array | Required |
Calling itLink to this section
{
"name": "bing_get_insights",
"arguments": {
"accountId": "<string>",
"reportType": "AccountPerformanceReportRequest",
"since": "<string>",
"until": "<string>",
"columns": "<array>"
}
}