I get the error message SelectorError.SELECTOR_ERROR @ serviceSelector when I use the AdGroupCriterionService for getting the criteria of some customers. This error won't be thrown for all of our customers. The error message doesn't show the reason who triggered this error and the documentation tells me only that SELECTOR_ERROR is the Standard error. But this doesn't help me, fixing this problem.
It seems to me that the error is a result of too many adgroup criterion ids that I added to the Predicate together with selector Id and PredicateOperator IN. Is there a limit? I couldn't find a documentation with this topic. In my case I added 24753 ids for getting only this adGroup criteria and got this selector error. Here is my soap header: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201309"> <requestId>0004f66eaa1438900ae5d84900003bf8</requestId> <serviceName>AdGroupCriterionService</serviceName> <methodName>get</methodName> <operations>0</operations> <responseTime>198</responseTime> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>[SelectorError.SELECTOR_ERROR @ serviceSelector]</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201309"> <message>[SelectorError.SELECTOR_ERROR @ serviceSelector]</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="SelectorError"> <fieldPath>serviceSelector</fieldPath> <trigger/> <errorString>SelectorError.SELECTOR_ERROR</errorString> <ApiError.Type>SelectorError</ApiError.Type> <reason>SELECTOR_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.