You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is happening on V6, and I couldn't seem to find any way to work around this, as both creating a new budget and updating one while setting total_amount_micros both fail with error "The error code is not in this version."
The code below is the minimum reproduction I could make of this.
budget_operation = client.operation.update_resource.campaign_budget(budget_resource_name) do |budget|
budget.total_amount_micros = req.total_amount_micros
end
response = client.service.campaign_budget.mutate_campaign_budgets(
customer_id: customer_id,
operations: [budget_operation],
)
Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
This issue is happening on V6, and I couldn't seem to find any way to work around this, as both creating a new budget and updating one while setting
total_amount_micros
both fail with error "The error code is not in this version."The code below is the minimum reproduction I could make of this.
Thanks.
The text was updated successfully, but these errors were encountered: