Opteo/google-ads-node

gRPC streamed responses

kritzware opened this issue · 1 comments

I'm submitting a ...

  • bug report
  • feature request
  • question about the decisions made in the repository
  • question about how to use this project

Summary

In some cases, large Google Ads requests will fail as they exceed the gRPC response limit (roughly ~4mb). This can be solved by adding streamed responses. We'll need to add an experiment branch for this feature, and do some research on how they've been implemented in grpc-node.

Other information

Ref: Opteo/google-ads-api#46

Streaming has been added to the Google Ads API since v3.0.0, and thus is available via this library. Use the GoogleAdsService.SearchStream method.