Hi Lewis,
Thanks for reaching out to the Google Ads API Team. I hope you are doing well today.
With regards to your concern about “Disapproved Image Assets”, could you please use the sample query below:
SELECT asset.id, asset.image_asset.full_size.url, asset.name, asset.resource_name, asset.source, asset.type, asset.policy_summary.approval_status, asset.policy_summary.policy_topic_entries, asset.policy_summary.review_status FROM asset WHERE asset.policy_summary.approval_status = 'DISAPPROVED'
If you're still encountering Google Ads API issues or errors, for our team to further compare, investigate, and validate why you are encountering issues, can you provide more information?
We do this to check if there’s an error thrown on your side and provide accurate recommendations.
If you haven't enabled logging yet, it can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
You can provide these via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
Reference links:
Have a great day.
![]() |
Google Ads API Team |