I am looking to query *Account budget* and *Remaining account budget* from Adwords API.
A quick search in this forum reveals that this question shows up from time and time again. >From this thread <https://groups.google.com/forum/?fromgroups=#!searchin/adwords-api/%22Remaining$20account$20budget%22|sort:relevance/adwords-api/Cdl3A5w4PIs/ca9sOUcTAwAJ>, Next, let all "budget orders" go through that MCC. A "budget order" is similar to a purchase order, you give Google the right to spend a certain amount in a certain period. Having done that, you can use the BudgetOrderService <https://developers.google.com/adwords/api/docs/reference/v201607/BudgetOrderService#get> - method get returns all budget orders. You have to call that service with a login associated to the MCC with the budget orders. And then you're still not there, you have to ask Google for whitelisting (see the highlighted section of the docs). Is this still the only way to query for *Remaining Account Budge* for all accounts within an MCC account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1c9bdef2-41e5-4d07-8502-bf885365a333%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
