Disapproved Image Assets

111 views
Skip to first unread message

Lewis C

unread,
Jun 28, 2023, 8:21:55 AM6/28/23
to Google Ads API and AdWords API Forum
Hi,

This query doesn't populate any results for Image Assets.

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"

When I remove the qualification in the where clause it returns Image Assets but the asset.policy_summary.approval_status is not populated for those Assets.

I've tested this against an account with disapproved image assets. How can I get disapproved image assets via the API?

Regards,

Lewis



Google Ads API Forum Advisor

unread,
Jun 29, 2023, 10:47:09 AM6/29/23
to ma...@l.ew.is, adwor...@googlegroups.com

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?
 

  • Provide the complete (request and response with request-id) logs with request ID generated as shown in the respective links.
  • Complete or uncropped screenshots from the Google Ads UI (data that you are retrieving)


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.
 

This message is in relation to case "ref:_00D1U1174p._5004Q2mpCOb:ref"

Thanks,

 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages