Hi Shingo,
Thank you for reaching out. The retrieval of the account balance through API is currently not supported. There is already a feature request to support the retrieval of account balance directly from the API service. Please keep an eye on our blog for updates of the new release information.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Shingo,
Thank you for reaching out. You could use the BudgetOrderService.get() to retrieve the BudgetOrder for the account. Please let us know if you have any further concerns.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Shingo,
There is no service in the API to get the amount in the red box in the picture you sent. This is exactly the same as the account balance. There was already a feature request to support this functionality. Please keep an eye on our blog for updates of the new release information.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Shingo,
Could you please explain a bit more about the value you would like to obtain? If you could clarify it I could better assist you.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Shingo,
The amount in the red frame is the account balance. This value could not be calculated from another value via the API. Please keep an eye on our blog for updates of the new release information.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Shingo,
Thank you for reaching out. The value in the red box is actually the amount served. However, the Adwords API does not provide any service to fetch this data. So the workaround is to calculate the Cost metrics from the ACCOUNT_PERFORMANCE_REPORT. Please try to use the same start date and end date as in the BudgetOrder when you run this report. You could also use the AccountBudgetService.GetAccountBudget() to retrieve the amount_served_micros field in the AccountBudget object in the Google Ads API. You could call both the Adwords API and Google Ads API in your application, and use the data that better represent the value on the Google Ads UI.
I hope this helps. Please let me know if you have any further questions.
Thanks and regards,
Xiaoming, Google Ads API Team