Hi,

Currently, for the BudgetOrderService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201710/BudgetOrderService#get>,
 
you can only get the budget orders per client account. However, from your 
MCC account, you can iterate the client accounts under it and get the 
budget orders per client account. This is a workaround on which you can 
implement. You can check the parallel report download example 
<https://developers.google.com/adwords/api/docs/samples/php/reporting#parallel-report-download>
 so 
you'll have an idea on how to iterate through the client accounts using the 
MCC Id as your clientCustomerId, and the ManagedCustomerService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201710/ManagedCustomerService#get>
 to 
iterate the client accounts. You can then use the BudgetOrderService.get() 
inside the iteration of each account.

You can also check this guide 
<https://developers.google.com/adwords/api/docs/guides/budget-order> for 
more information regarding budget orders.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/f1225f17-959a-406e-9796-21fa32a99246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to