Unrecognized fields in ad_group_ad

36 views
Skip to first unread message

Eleni Lianou

unread,
Oct 20, 2020, 9:39:03 AM10/20/20
to AdWords API and Google Ads API Forum
Hello, I'm trying to get the policy summary from the ad_group_ad, but I get an error : "Unrecognized fields in the query: 'ad_group_ad.policy_summary.review_status', 'ad_group_ad.policy_summary.approval_status'."

I use the following query:

, ad_group.resource_name
, ad_group_ad.policy_summary.review_status
, ad_group_ad.policy_summary.approval_status
FROM ad_group_ad
WHERE ad_group_ad.status != REMOVED

Can you please tell me what's wrong with this?

Thank you, 
Eleni

Google Ads API Forum Advisor Prod

unread,
Oct 21, 2020, 2:06:48 AM10/21/20
to eleni....@gmail.com, adwor...@googlegroups.com
Hi Eleni,

Thank you for your email.

So I can investigate, could you also share the customer ID you used for this query and also the complete request and response logs generated when this error occured?

You may send the requested information using the Reply privately to author option.

Best regards,

Google Logo
Peter Laurence Napa Oliquino
Google Ads API Team
 


ref:_00D1U1174p._5004Q26AffC:ref

Eleni Lianou

unread,
Oct 21, 2020, 4:28:44 AM10/21/20
to AdWords API and Google Ads API Forum
Hello, thank you for your reply. 
I figured it out. Some ad group ads do not have a policy summary, that's why it returned the error message. If I query only with ad_group_ad.policy_summary it works fine.

This one works:
, ad_group.resource_name
, ad_group_ad.policy_summary

FROM ad_group_ad
WHERE ad_group_ad.status != REMOVED
Reply all
Reply to author
Forward
0 new messages