Opteo / google-ads-api

Google Ads API client library for Node.js
https://opteo.com
MIT License
269 stars 90 forks source link

So does the pagination works or no? #460

Closed z0lo13 closed 1 year ago

z0lo13 commented 1 year ago

The dcoumentation and code itself is confusing... You have the page_size option. However it pretty much does nothing. I have seen some other similar issues for report paging, but it was unswared like look for another reporting.

Other than that the library is amazing!

if there are many data, the loading performance dramatically decreases, even for small 1000+ record (ad_group_ad) report.

There are some PRs related to pagination:

4 #210 #12

z0lo13 commented 1 year ago

UPDATE: Using Google Ads Api Rest Interface, is much more performant, and provide all features & flexibility. I am closing this as for now, as i guess, the more control on the request will be rolled out in google-ads-node package.