google_ads_ads_policy_details
Get the policy review result for a Google Ads ad, including approval status, policy topics, evidence, and appeal eligibility. Use this to understand why an ad was disapproved and determine next steps.
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. |