adgroups_create
Create an ad group within an Apple Search Ads campaign, specifying bids, targeting, and schedule to optimize audience reach.
Instructions
Create an ad group within a campaign. Bid + targeting live here, not on the campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | ||
| name | Yes | ||
| startTime | Yes | ISO 8601 datetime in UTC. | |
| endTime | No | ||
| defaultBidAmount | Yes | Cost per tap / install bid. | |
| cpaGoal | No | Optional cost-per-acquisition target. | |
| biddingStrategy | No | v5.5: MAX_CONVERSIONS enables automated bidding. | |
| automatedKeywordsOptIn | No | Enable Apple's automatic keyword discovery. | |
| pricingModel | No | Defaults are inferred from campaign.billingEvent. | |
| status | No | ||
| targetingDimensions | No | Audience targeting. All dimensions are { included: [...], excluded: [...] }. Pass extra fields verbatim (e.g. customAudiences) — they're forwarded to Apple. | |
| extra | No | ||
| orgId | No | Override the org (account) for this call. Defaults to ASA_ORG_ID. Use the `org_acls` tool to discover orgIds. |