adGroupAdService get request returns InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

12 views
Skip to first unread message

Alexander Kosenko

unread,
Jan 17, 2019, 6:05:54 AM1/17/19
to AdWords API and Google Ads API Forum
Hi,

When I make a request in the following way:

SelectorBuilder builder = new SelectorBuilder();
builder.fields(AdGroupAdField.Id)
                .in(AdGroupAdField.AdGroupId, "38880158570")
                .in(AdGroupAdField.AdType, new String[] {"EXPANDED_TEXT_AD", "EXPANDED_DYNAMIC_SEARCH_AD"})
                .notEquals(AdGroupAdField.Status, AdGroupAdStatus._DISABLED)
                .greaterThan(AdGroupAdField.Id, adsId)
                .orderAscBy(AdGroupAdField.Id)
                .offset(offset)
                .limit(pageSize)
Selector selector = builder.build();
adGroupAdService.get(selector)

It always return error in response InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. 
Before yesterday it worked as expected. What is wrong?

Kind Regards,
Alex
Reply all
Reply to author
Forward
0 new messages