apple_ ads_ get_ report
Read native Apple campaign, ad group, ad, keyword or search-term performance for explicit campaigns. One of 15 Apple Ads tools on the Get MCP Ads MCP gateway.
Read native Apple campaign, ad group, ad, keyword or search-term performance for explicit campaigns. Preserves spend currency, attribution metrics, timezone, native grand totals and pagination. Never sum ratios or assume a page is the entire account. Omit granularity for single-day or historical totals.
- Source
- Apple Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ apple-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | A selected Apple Ads ad account from list_accounts. |
campaignIds | array | Required | Restrict results to these campaign IDs. |
level | string | Optional | Entity or aggregation level for the requested report. One of: campaigns, adgroups, ads, keywords, searchterms. Default: "campaigns". |
startDate | string | Required | First date of the reporting period, in YYYY-MM-DD format. |
endDate | string | Required | Last date of the reporting period, in YYYY-MM-DD format, on or after startDate. |
timeZone | string | Optional | Report timezone: account timezone (ORTZ) or UTC. One of: ORTZ, UTC. Default: "ORTZ". |
granularity | string | Optional | Time bucket used to aggregate reporting rows. One of: HOURLY, DAILY, WEEKLY, MONTHLY. |
fields | array | Optional | Native metric names. Omit to retrieve all native metrics; Apple validates availability. |
groupBy | array | Optional | Native demographic or geographic grouping dimensions. |
offset | integer | Optional | Zero-based number of rows to skip before returning results. Default: 0. |
limit | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_get_report",
"args": {
"adAccountId": "<string>",
"campaignIds": "<array>",
"startDate": "<string>",
"endDate": "<string>"
}
}
}