Re: AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-20 Thread AdWords API Advisor
Hi, Yes, you would need to make multiple requests, changing the paging values each time. As Rich pointed out, since the index is 0 based and the page size remains 800 for each page, the calls would be: setStartIndex(0) and setNumberResults(800) setStartIndex(800) and setNumberResults(800)

Re: AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-19 Thread Rich Johns
Should'nt the number of results always be 800? In otherwords, start at index 801, get me the next 800; start at index 1601, get me the next 800, and so on. I would also think that you'd set things up such that the next start index was the prevIndex+numActuallyReturned. Isn't the case that most of t

AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-19 Thread v
Thanks for the response. I noticed that in the api it is mentioned that "get" method returns a page of ideas that match the query described by the specified TargetingIdeaSelector. The selector must specify a Paging value, with numberResults set to 800 or less. If I need to get stats for 4000 keywor

AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-14 Thread AdWords API Advisor
Hi, Please see my response in your original thread: http://groups.google.com/group/adwords-api/browse_thread/thread/b2c2ba2e9822a300/ Best, - Eric Koleda, AdWords API Team On Jan 13, 11:22 am, v wrote: > Hello, > > I am using TargetingIdeaService to find the following stats about a > keywor

AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-14 Thread AdWords API Advisor
Hi, Certain data isn't returned in the sandbox, and all the data that is returned is dummy data. Local search volume is returned as TARGETED_MONTHLY_SEARCHES, which uses the country and language targets you specify. Best, - Eric Koleda, AdWords API Team On Jan 12, 6:58 pm, v wrote: > Hello, >