# apple_ads_get_adgroups

> Read a page of ad groups belonging to one Apple campaign. 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 a page of ad groups belonging to one Apple campaign.

> **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. |
| `campaignId` | string | Required | Apple numeric ID, as a string. |
| `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_adgroups",
    "args": {
      "adAccountId": "<string>",
      "campaignId": "<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_adgroups
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
