I'm using TargetingIdea to generate keyword suggestions, however the API has a limitation of bringing only 700 suggestions (https://developers.google.com/adwords/api/docs/appendix/limits), I saw that in another site you can make more than one request to bring the rest of the results (https://developers.google.com/adwords/api/docs/reference/v201806/TargetingIdeaService). I have results when I set paging.setStartIndex (0) and paging.setNumberResults (700), but when I put paging.setStartIndex (700) and paging.setNumberResults (700) an error occurred because Index does not accept values equal to or greater than 700 How do I extract more than 700 results?
Another question, if I put paging.setStartIndex (690) and paging.setNumberResults (100), the API only brings me 10 results (690 up to 700), but the correct one would not it start at 690 and go up to 790 (bringing 100 results)?
Note: I am using the test devolver token.