Hello Dimitri,
Thanks for creating the issue. Someone from our team will follow up with
you on that issue soon.
Regards,
Sai Teja, Google Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/sear
Hello Sai,
Thank you for your response.
I've added an issue to
github: https://github.com/googleads/google-ads-python/issues/73
Kind regards,
Dmitrii.
On Friday, April 5, 2019 at 10:53:24 PM UTC+2, googleadsapi-forumadvisor
wrote:
>
> Hello Dimitri,
>
> When you specify the page limit as 50
Hello Dimitri,
When you specify the page limit as 50 only 50 elements will be displayed
per page even though the LIMIT mentioned is 51. I tried the same scenario
at my end and I was able to get the 51th row in second page. If you are
still facing the issue, please raise an issue in our client li
Hello,
I use a python client library for Google Ads API.
I need to show to a user a result of an arbitrary GAQL query with 50
elements per page pagination.
For example I have this query:
SELECT campaign.id
FROM campaign
LIMIT 51
And this code to fetch the results:
client = google.ads.google