get_ad
Retrieve an ad by ID and diagnose non-serving issues, including parent campaign status and effective serving problems.
Instructions
Fetch one ad by id — use to diagnose non-serving ads.
Backfills the parent ad_group_id and the effective serving_issues (the API's
own undocumented codes plus parent-not-active derived from the tree), since a paused
parent campaign/ad group leaves an ad active but not serving. Both require one walk
of the account tree; an archived ad is absent from that walk, so its parents stay blank.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ad_group_id | No | ||
| name | No | ||
| status | No | ||
| creative | No | ||
| review_status | No | ||
| review | No | ||
| serving_issues | No | ||
| image_url | No | ||
| created_at | No | ||
| updated_at | No |