Добрый день! У меня стоит задача выбора данных из AdGroupFeedService, но т.к. выбрать больше 10000 записей нельзя, нужно тогда как-то ограничить условием запрос на получение данных. Например можно получать по определенной группе объявлений, но как это сделать?
пробую так: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/v201409"> <soapenv:Header> <v20:RequestHeader> <v20:clientCustomerId>ххх-ххх-хххх</v20:clientCustomerId> <v20:developerToken>ххххххххххххххх</v20:developerToken> <v20:userAgent>1cAdWords</v20:userAgent> <v20:validateOnly>false</v20:validateOnly> <v20:partialFailure>false</v20:partialFailure> </v20:RequestHeader> </soapenv:Header> <soapenv:Body> <v20:get> <v20:selector> <v20:fields>MatchingFunction</v20:fields> <v20:predicates> <v20:field>adGroupId</v20:field> <v20:operator>EQUALS</v20:operator> <v20:values>10281078213</v20:values> </v20:predicates> </v20:selector> </v20:get> </soapenv:Body> </soapenv:Envelope> получаю ошибку: [SelectorError.INVALID_PREDICATE_FIELD_NAME @ selector; trigger:'adGroupId'] Т.е. не верное имя 'adGroupId', как верноуказать имя или как сделать отбор по группе объявлений? Спасибо! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3548175d-4994-4bbd-95aa-5b515cd260cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.