Assets Status Missing

130 views
Skip to first unread message

Sadia Arooj

unread,
May 31, 2022, 8:39:00 AM5/31/22
to Google Ads API and AdWords API Forum
Hi,
I'm Trying to get assets that are approved but getting in UNSPECIFIED category. 
Please help me in this regard. Thank You 
Current Query 
SELECT
asset.policy_summary.approval_status
FROM asset
WHERE
asset.type IN ('IMAGE', 'YOUTUBE_VIDEO')
AND asset.policy_summary.approval_status = 'APPROVED'
ORDER BY
asset.id DESC  

Google Ads API Forum Advisor

unread,
May 31, 2022, 7:45:18 PM5/31/22
to sa...@omneky.com, adwor...@googlegroups.com

Hello Sadia,

Thanks for reaching out to the Google Ads API forum.
To get further clarity to investigate further, could you please provide us with the complete request and response logs with request-id and request-header generated on your end, so that our team may take a closer look at the issue you’re experiencing.

For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex. PHP) > Logging documentation, which you can access from this link.

Please send the requested details via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleadsapi-support@google.com alias by referring to this thread.

Best Regards,

Google Logo
Jakeia
Google Ads API Team
 

ref:_00D1U1174p._5004Q2bFEFr:ref

Asaf Goloub

unread,
Apr 10, 2023, 7:35:16 AM4/10/23
to Google Ads API and AdWords API Forum
Hey, is there any update about this topic?
I'm having the same problem

On Tuesday, May 31, 2022 at 10:45:18 PM UTC+3 Google Ads API Forum Advisor wrote:

Hello Sadia,

Thanks for reaching out to the Google Ads API forum.
To get further clarity to investigate further, could you please provide us with the complete request and response logs with request-id and request-header generated on your end, so that our team may take a closer look at the issue you’re experiencing.

For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex. PHP) > Logging documentation, which you can access from this link.

Please send the requested details via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias by referring to this thread.

Best Regards,

Google Ads API Forum Advisor

unread,
Apr 11, 2023, 5:47:28 AM4/11/23
to asa...@investing.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to our team.

Regarding your concern, you may try the below sample queries on your end:

"SELECT asset.id , asset.policy_summary.approval_status, asset.policy_summary.review_status FROM asset ORDER BY asset.id DESC"

Or

"SELECT asset.id , asset.policy_summary.approval_status, asset.policy_summary.review_status FROM asset WHERE asset.policy_summary.approval_status = 'APPROVED' ORDER BY asset.id DESC"

However, by specific approval_status type if you're adding asset.policy_summary.approval_status = 'APPROVED' (or any other type status) in your query you can retrieve the small amount of report results instead of all asset id visibility.

For more information regarding Fetching Asset Attributes and Metrics, you can find it here. Feel free to reply back if you have any questions.

Link included in this email:
Regards,
Google Logo Google Ads API Team


ref:_00D1U1174p._5004Q2bFEFr:ref
Reply all
Reply to author
Forward
0 new messages