Hi Noam, Unfortunately it isn't possible to filter by status in v200909. The field you were working with is for fetching statistics on your ads:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.AdStatsSelector.html Best, - Eric Koleda, AdWords API Team On Jan 13, 4:53 am, Felfot <noam.f...@gmail.com> wrote: > Hi, > > I was trying to use AdGroupAd webservice to get my 'paused' > adgroupads. > Now I cannot do it. i get ALL of them. > > this is what I have done: > > AdGroupAdWebService.AdGroupAdServiceInterfaceClient adGroupAdService = > new AdGroupAdWebService.AdGroupAdServiceInterfaceClient(); > selector.statsSelector = new > Easynet.Edge.Services.StatusManager.AdGroupAdWebService.AdStatsSelector > (); > selector.statsSelector.StatsSelectorType = "xsi:Paused"; > > AdGroupAdWebService.MySoapResponseHeader response = > adGroupAdService.get(header,selector, out page); > > I get 'enabled' status in the return. > > thanks > Noam
-- 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-...@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.