Hi,
we have basic access of google ads api, 15,000 API operations will be executed per day.
if we use GoogleAdsService.SearchStream instead of GoogleAdsService.Search
can we reduce API operations ?
for example, GoogleAdsService.Search uses paging and GoogleAdsService.SearchStream uses stream.
Suppose we have 100,000 rows,
if we use GoogleAdsService.Search(10,000 rows per page), Number of API requests = 10.