Hi,
As the title says, AdService reproducibly errors out with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when using a selector with a predicate that filters by AdType. For example, use the following AdService selector:
{
'predicates': [{
'field': 'AdType',
'operator': 'NOT_EQUALS',
'values': ['IMAGE_AD']
}],
'fields': [
'Id'
],
'paging': {
'numberResults': 10
}
}
The result has been always UNEXPECTED_INTERNAL_API_ERROR for the ~10 accounts that I tested. The operator in the predicate does not seem to matter, as soon as you filter on AdType, the error occurs. Happy to provide SOAP conversations.
Best regards,
Dorian