Re: Unable to filter "Under Review" Ads

2016-11-07 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you try to use the example code (GetExpandedTextAds.java , Java client library example code) and add the line: .in(AdGroupA

Unable to filter "Under Review" Ads

2016-11-07 Thread suvodhoy
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