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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/232288b8-72ba-4005-b9cb-6b260435db31%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
