get_ad_group
Fetch an ad group by ID and automatically include its parent campaign ID and any serving issues.
Instructions
Fetch one ad group by id; backfills its parent campaign_id and serving issues.
The API omits campaign_id and (when the parent is paused) the parent-not-active
serving issue on by-id reads, so this walks the campaign→ad-group tree once to fill both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| campaign_id | No | ||
| name | No | ||
| description | No | ||
| context_hints | No | ||
| status | No | ||
| bidding_config | No | ||
| serving_issues | No | ||
| created_at | No | ||
| updated_at | No |