Hi, we are facing some issues when trying to push feed items to a feed (Ad Customizers)
We are pushing around 3000 items at a time since the documentation states that the limit is 5000 for mutating calls, here's a sample of the Response we get
Headers: { "google.ads.googleads.v9.errors.googleadsfailure-bin": "\n\u0001\n\u0002\b!\u0012\u0001The request timed out because the specified deadline was too short to complete the request. Please set a larger deadline and retry.\u0012\u0016-PTVwZnOG7LJcLPntYXk0A", "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid argument.\u001a\u0001\nCtype.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure\u0012\u0001\n\u0001\n\u0002\b!\u0012\u0001The request timed out because the specified deadline was too short to complete the request. Please set a larger deadline and retry.\u0012\u0016-PTVwZnOG7LJcLPntYXk0A", "request-id": "-PTVwZnOG7LJcLPntYXk0A"}Fault: errors { error_code { request_error: RPC_DEADLINE_TOO_SHORT } message: "The request timed out because the specified deadline was too short to complete the request. Please set a larger deadline and retry."}request_id: "-PTVwZnOG7LJcLPntYXk0A"
We tried looking for the error code but there is not much information that we could find.
We are using the Python client library
Please let us know, thank you!