Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page_size param deprecated for V16 #496

Open
kaushik-rg opened this issue Jul 31, 2024 · 2 comments
Open

page_size param deprecated for V16 #496

kaushik-rg opened this issue Jul 31, 2024 · 2 comments
Labels
question Further information is requested

Comments

@kaushik-rg
Copy link

What is your question?

https://ads-developers.googleblog.com/2024/07/upcoming-changes-to-page-size-in-google.html
is page_size param skipped from the api request if we don't pass it while requesting

service.search(customer_id: xxxx, query: query)

we are using v28.0.0 of this package and V16 Google Ads api Version.

@kaushik-rg kaushik-rg added the question Further information is requested label Jul 31, 2024
@mcloonan
Copy link
Member

After the changes, the page size will be defaulted to 10,000. If you specify a page size other than 10,000, the request will fail with an error. If you specify a page size of exactly 10,000, I'm not sure what will happen to be honest, but it's probably best to just avoid sending that parameter from now on.

@AnashOommen
Copy link
Member

AnashOommen commented Jul 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants