Not true is determined by the balance on the account.
144 views
Skip to first unread message
getbu...@gmail.com
unread,
Sep 4, 2017, 5:08:27 AM9/4/17
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
Faced with the problem of correct determination of the balance in the account, the way specified https://www.ru.advertisercommunity.com/t5/Skripty-i-AdWords-API/Ostatok-byudzheta-akkaunta/td-p/245821?nobounce# the majority of clients remaining balance is removed correctly. But some customers it results in a minus balance even with the promotional codes and totalAdjustments. Example : using data from the browser interface 2500 and when receiving via the API -1020. What could be the problem? What adjustments am I missing?
Vincent Racaza (AdWords API Team)
unread,
Sep 4, 2017, 11:14:46 PM9/4/17
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,
Getting the remaining balance/amount of your account's budget is currently not supported in the AdWords API. You can follow our blog for any future updates like new releases.
Thanks,
Vincent
AdWords API Team
getbu...@gmail.com
unread,
Sep 5, 2017, 5:38:40 AM9/5/17
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
To get the remaining amount of a budget order, you could query for Cost from the Account Performance Report within the date range during which the BudgetOrder was active and deduct this value from the spendingLimit of the BudgetOrder.
What is the disadvantage of this method?
Vincent Racaza (AdWords API Team)
unread,
Sep 5, 2017, 6:01:25 AM9/5/17
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,
Getting the cost from Account Performance Report and using a formula to get the actual remaining balance will give you an estimated value, but this does not necessarily mean that it will be the same value with the AdWords UI. This functionality is not fully supported yet in the AdWords API. If you haven't done so, you can follow our blog for any AdWords API future releases.