Hello T.,
Please refer to the Selector reference for the fields available: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201509-FeedService The status field is called "FeedStatus" for feeds. -Danial, AdWords API Team. On Thursday, November 26, 2015 at 5:42:30 PM UTC+1, [email protected] wrote: > > Hallo, I have issue with searching for feed in adwords through API. > > I cant get 'Status' of feed in selector. > > This works fine: > > $feedService = $this->adWordsUser->GetService('FeedService', > $this->apiVersion); > $selector = new \Selector(); > $selector->fields = array('Id', 'Name', 'Attributes', 'Origin'); > $page = $feedService->get($selector); > > > but with 'Status' field in selector not: > > $feedService = $this->adWordsUser->GetService('FeedService', > $this->apiVersion); > $selector = new \Selector(); > $selector->fields = array('Id', 'Name', 'Attributes', 'Status', 'Origin'); > $page = $feedService->get($selector); > > I get this error: > > [SelectorError.INVALID_FIELD_NAME @ selector; trigger:'Status'] > > Why? > > Thx. T. > > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/7131f938-a688-409c-a6fe-fc5a3a15b28d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
