Re: java streaming to google ads

2024-03-20 Thread Don Mitchell
Thanks. Given that we average 500k records in this one job, that's 250 API calls. How awkward. Seems strange for a protocol (protobuf) which natively supports streaming. If you could put in a request for enhancement, that'd be great. On Wed, 20 Mar 2024 at 08:20, Google Ads API Forum Advisor wrot

Re: java streaming to google ads

2024-03-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, There API doesn't support streaming uploads for conversions. You need to make separate discrete requests, each of which have a batch of 2000 or fewer conversions. The API generally doesn't support streaming uploads for any feature. You can stream search results, however. Here's an examp

Re: java streaming to google ads

2024-03-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I would like to inform you that our team is currently working on this issue. One of our teammates will get back to you once we have an update on this. Meanwhile your patience is appreciated. This message is in relation to case "ref:!00D1U01174p.!5004Q02s01pz:ref" (ADR-00227711) Thanks, Go

Re: java streaming to google ads

2024-03-19 Thread dhmitc...@gmail.com
I believe the problem on your servers started 15 March 11am NewYork time. It's possible that your servers have recovered and it's working better now. Your recovery occurred circa 18 Mar 1500 NY time. I'd still like to know how to stream to your servers via protobuf java sdk. I know how to strea

Java streaming to google ads

2024-03-18 Thread dhmitc...@gmail.com
I know how to stream from google ads search but I can't see any appropriate classes in the java sdk (v15) for streaming to google ads. In particular, I want to stream to ConversionUploadServiceClient or its equivalent as google's servers are frequently failing with our large payloads on this se