Hi Chao,

Thank you for reaching out. The LIMIT clause allows you to specify the maximum 
number of objects you want to return in your report. In your case, you set the 
limit to 2000 and 2000 items returned so this is the intended behavior. You can 
find more information on limits here.

Setting the page_size allows you to break your report up into multiple 
responses so that the page token doesn't expire when retrieving large or 
complex data-sets. Our client libraries handle paging automatically so you only 
have to iterate through the rows of the response. When all the rows in the 
current page have been returned, the client library will fetch a new page of 
rows automatically on your behalf until the entire data set has been retrieved. 
You can find more information on paging here including an example for how to 
iterate through the rows. Please try and follow this example when using the 
page_size in your report.

I hope this cleared up your confusion. Let me know if you have any additional 
questions.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZYBPv: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/hon5n000000000000000000000000000000000000000000000Q8UF5100Ca6Kz7_eQwyxDm10UMWjQw%40sfdc.net.

Reply via email to