Good morning, First of all, thank you very much for the assistance.
I'm sorry but I get the same issue. In fact, the variable page['totalNumEntries'], which should store the total number of results available, is set to 700. If tried to call the example code you sent me several times, with the offset set to 700 and 1400, but nothing happens then. It's the same issue I get with my original program. It seems that, no matter how much I try to increase the offset, the total amount of results available is always 700. Therefore, when the offset exceeds 700, I get nothing. What may be causing this? In theory, I should be able to access much more results, shouldn't I? Thank you. Regards On Monday, March 22, 2021 at 8:58:16 PM UTC+1 adsapiforumadvisor wrote: > Hi Santiago, > > Thank you for reaching out. Please give it a try to use this code example > <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/optimization/get_keyword_ideas.py> > > and when you make the second call, set 700 on this line > <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/optimization/get_keyword_ideas.py#L48>. > > And for the third call set 1400 to the offset, so on and so forth. > > Thanks and regards, > Xiaoming, Google Ads API Team > > [image: Google Logo] > Xiaoming > Google Ads API Team > > > ref:_00D1U1174p._5004Q2DxgAu:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3ff02fa3-af67-414e-a609-3053d2de8a06n%40googlegroups.com.
