Hi,

Thanks for reaching out to us.

Note that LIMIT with offset is not supported in GAQL. An equivalent way to 
achieve this using pagination. The pagination uses pageSize by specifying 
page_size in your request. This will break up the result set of the query into 
multiple responses that each contain up to page_size objects. If page_size is 
not specified, it is automatically set to the maximum page size of 10,000 rows.

Suppose if your account contains 50,000 keywords and page_size is set to 1,000, 
the result set will contain 1,000 GoogleAdsRow objects in the first response, 
along with a next_page_token. To retrieve the next one thousand rows, simply 
send the request again with the same page size, but update the request's 
page_token to the response's next_page_token. The value of page_size in the 
subsequent requests can be different each time. The next_page_token will not be 
populated on the response that contains the last batch of rows. For more 
information on paging, you may refer to this guide. Let us know if you have any 
further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2UhT68: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/WIlk3000000000000000000000000000000000000000000000R5BWRE00BC_hHUVASYacCJeode8Y3w%40sfdc.net.
  • Ca... Zhong Li
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
      • ... Zhong Li
        • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to