|
||||||
Hi Charles,
Thanks for getting back to us.
Kindly note that while 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, and provides improved performance over paging, especially for bigger reports. For example, when a report consists of 100,000 rows for example,then 1 request of searchStream will get 1 continuous stream of response. SearchStream(SearchGoogleAdsStreamRequest) returns all rows that match the search stream query along with the setting SUMMARY_ROW_WITH_RESULTS options. For streaming examples using the client library, you may check this page.
In addition, you may use a finite date range composed of core date segments in your where clause of your GAQL.
Let me know if this doesn't help, or more details on your use case.
Regards,
|
||||||