google_ads_ads_policy_details
Retrieve policy review details for a Google Ads ad: approval status, specific policy topics with evidence, and whether you can appeal. Use after listing ads to understand disapproval reasons.
Instructions
Fetches the Google Ads policy review result for a single ad, including approval_status (APPROVED / APPROVED_LIMITED / DISAPPROVED / UNDER_REVIEW), a list of policy_topic_entries with topic (e.g. DESTINATION_NOT_WORKING, RESTRICTED_CONTENT), evidence, and an appeal eligibility flag. Read-only. Call this after google_ads_ads_list surfaces a non-APPROVED ad to understand the specific disapproval reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| ad_group_id | Yes | Parent ad group ID. | |
| ad_id | Yes | Ad ID to inspect. |