Hi Noam, If you don't specify any paging values you should receive all of the results. If you have a large number of results you should using paging to get them in smaller chunks:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.Paging.html Best, - Eric On Jan 14, 11:32 am, Felfot <noam.f...@gmail.com> wrote: > Thanks for your answer. > the problem is, I have more than 8390 object but I only get 8390 > entities from the webservice. > Is there a way to get the next portion of entities? > > Thanks > Noam > > On Jan 14, 5:49 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > wrote: > > > > > 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/AdGroupAdSer... > > > 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.