Because I did not find the corresponding method in the example
Peter Oliquino
unread,
Jan 2, 2018, 10:43:35 PM1/2/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
For the information you have mentioned, there is currently no direct way to retrieve each item at once. For the account budget, you may use the BudgetOrderService.get() and select the BudgetOrder.ServingLimit field. For the total cost, you may generate the Account Performance Report and include the Cost field in your SELECT query.
As for the balance and remaining account balance information, I'm afraid that these are currently not supported in the AdWords API. I hope this has been helpful.