Re: TargetingIdeaService paging problems

2011-06-29 Thread Kevin Winter
Hi Paul, The backend logic has an undocumented (and subject to change) limit of 800 results. The documentation hints at this: "Only a relatively small total number of results will be available through this method". The field totalNumEntries lists the total number of results that the service

TargetingIdeaService paging problems

2011-06-27 Thread Paul
Hi, I'm trying to use the TargetingIdeaService to get keyword ideas for the keyword "lighting" via the .NET client library. On my first call i specify a startIndex of 0 and I ask for 800 results, this returns 800 results. On my next call I specify a startIndex of 800 and again ask for 800 results