Hi, The totalNumEntries contains the total number of items returned across all pages.
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingIdeaPage.html#totalNumEntries The get method is generic, returning keyword or placement ideas using combinations of source URLS and keywords. The getBulkKeywordIdeas() method is optimized for returning keyword ideas using a URL and optionally keywords. Best, - Eric On Apr 13, 7:01 pm, BeeGeez <[email protected]> wrote: > Okay, but is the totalNumEntries the total returned for all of the > pages? Or is it only the total for that particular page? I would > have to page to items beyond that limit(?) if it's only the total for > each page. > > Also, why even have a get() method if the number of results is > unknown? Why not just use getBulkKeywordIdeas() all the time? > > On Apr 13, 12:35 pm, AdWords API Advisor > > > > <[email protected]> wrote: > > Hi, > > > As with all the services that support paging, the total number of > > items returned is contained in the totalNumEntries field of the page. > > Trying to page to items beyond that limits won't return any results. > > > The TargetingIdeaSerice get() method is limited to 800 results, while > > the getBulkKeywordIdeas() method has the potential to return many more > > (in pages of 500). There are many factors that govern how many > > results are returned, and even the getBulkKeywordIdeas() method may > > return only 800 results in some situations. > > > Best, > > - Eric > > > On Apr 12, 12:11 pm, BeeGeez <[email protected]> wrote: > > > > I tried specifying paging but every time I increment the startIndex by > > > the numberResults (800) and call the get method a 2nd time, I don't > > > get any entries. Are you saying the I can only get up to 800 results > > > using the get method? If so, do I have to use the getBulkKeywordIdeas > > > mehod with pagaing for getting more than 800 results? How do I know > > > which method to use if I don't know how many total results are going > > > to be returned? > > > > On Apr 12, 7:08 am, AdWords API Advisor <[email protected]> > > > wrote: > > > > > Hi, > > > > > The TargetingIdeaSelector.get() method has a limit of 800 results: > > > > > http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > > > > Unlike other services, you must specify a paging for this service and > > > > the maximum size is 800. > > > > > Best, > > > > - Eric Koleda, AdWords API Team > > > > > On Apr 9, 12:19 pm, BeeGeez <[email protected]> wrote: > > > > > > I'm trying to get ALL RESULTS in my selector. According to the > > > > > documentation, setting the paging property to null (or Nothing in my > > > > > case since I'm using VB.NET) should cause all results to be returned. > > > > > Unfortunately, for the TargetingIdeaSelection, an exception thrown > > > > > instead. What do I need to do to get all results in my selector?- > > > > > Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text - -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 To unsubscribe, reply using "remove me" as the subject.
