Hi,
Thank you for reaching out to the Google Ads API support team.
I understand that your concern is related to pagination. The GoogleAdsService.Search supports paging in fixed page sizes of 10,000 rows. Search can send multiple paginated requests to download the entire report, SearchStream sends a single request and initiates a persistent connection with the Google Ads API regardless of report size. In Google Ads API, SearchStream method retrieves the results set as a streamed response rather than a paged response.
Daily limits for both methods adhere to the standard limits and access levels of your developer token. A single query or report is counted as one operation regardless of the result being paged or streamed.
![]() |
Google Ads API Team |