meta_ads_ads_get
Fetch complete details for a single ad. Use to inspect ad_review_feedback when an ad shows WITH_ISSUES. Returns creative_id, status, campaign_id, ad_set_id, and issues_info.
Instructions
Fetches the full detail record for a single ad, including creative_id and ad_review_feedback (populated when the ad is in WITH_ISSUES). Returns id, name, ad_set_id, campaign_id, status, effective_status, creative_id, configured_status, issues_info, and ad_review_feedback. Read-only. Call this when an ad shows up as WITH_ISSUES in ads.list — ad_review_feedback explains the policy rejection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| ad_id | Yes | Ad ID to inspect. |