Hello,
I'm trying to create a campaign budget via the google ads api, using the
Google Ads Ruby Gem (I believe this issue is with the api rather than the library, which is why I am posting here)
When I attempt to create a campaign budget through the api by running a batch job containing an operation containing a new campaign budget object, the campaign budget created by my code appears in the Google Ads UI and can be queried through the API with GAQL. However, when querying the operation object returned by BatchJobService.RunBatchJob, .done returns false. What could be causing this?