Skip to content
Get MCP AdsGet MCP Ads, home

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_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/apple-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredA selected Apple Ads ad account from list_accounts.
campaignIdsarrayRequiredRestrict results to these campaign IDs.
levelstringOptionalEntity or aggregation level for the requested report. One of: campaigns, adgroups, ads, keywords, searchterms. Default: "campaigns".
startDatestringRequiredFirst date of the reporting period, in YYYY-MM-DD format.
endDatestringRequiredLast date of the reporting period, in YYYY-MM-DD format, on or after startDate.
timeZonestringOptionalReport timezone: account timezone (ORTZ) or UTC. One of: ORTZ, UTC. Default: "ORTZ".
granularitystringOptionalTime bucket used to aggregate reporting rows. One of: HOURLY, DAILY, WEEKLY, MONTHLY.
fieldsarrayOptionalNative metric names. Omit to retrieve all native metrics; Apple validates availability.
groupByarrayOptionalNative demographic or geographic grouping dimensions.
offsetintegerOptionalZero-based number of rows to skip before returning results. Default: 0.
limitintegerOptionalMaximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 100.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_get_report",
    "args": {
      "adAccountId": "<string>",
      "campaignIds": "<array>",
      "startDate": "<string>",
      "endDate": "<string>"
    }
  }
}
Esc

Type to search