# 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.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads)

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.

> **Note** OAuth provider registered. Live advertiser acceptance is in progress; Apple account roles apply.

|  |  |
| --- | --- |
| Source | [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/apple-ads/mcp |

## Parameters

| 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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_get_report",
    "args": {
      "adAccountId": "<string>",
      "campaignIds": "<array>",
      "startDate": "<string>",
      "endDate": "<string>"
    }
  }
}
```

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

---

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