Unable to filter "Under Review" Ads

18 views
Skip to first unread message

suvo...@adnabu.com

unread,
Nov 7, 2016, 10:54:31 PM11/7/16
to AdWords API Forum
Hi

The api returns an empty list when I try to filter Under Review Ads('UNCHECKED') but returns an ad with approvalStatus as 'UNCHECKED' when I have removed the predicate. The predicate I am using is :
{'field': 'AdGroupCreativeApprovalStatus', 'operator': 'IN', 'values': ['UNCHECKED']}. Kindly assist.

PS: Found a very similar issue dated long back - Re: Filtering on AdGroupCreativeApprovalStatus

Joyce Lava

unread,
Nov 8, 2016, 12:16:34 AM11/8/16
to AdWords API Forum
Hello,

Could you try to use the example code (GetExpandedTextAds.java, Java client library example code) and add the line: .in(AdGroupAdField.AdGroupCreativeApprovalStatus, "UNCHECKED") in the selector? I tried this against my test account and it was successfully retrieved. You may update the AdType filter from the example code based on the adType you are fetching. If the issue persists, please send to me (reply privately to author) the SOAP request and response to further check the issue.

Thanks,
Joyce, AdWords API Team
Reply all
Reply to author
Forward
0 new messages