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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2379f76a-4409-474f-b0ed-7757286934f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to