Hi Roberto, While there isn't an example which shows how to use BudgetOrderService, you can perform the following steps:
1. Create a selector <https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Selector> and specify the list of fields <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201705-BudgetOrderService> you want to retrieve in the selector. 2. Use the selector to perform a BudgetOrderService.get() <https://developers.google.com/adwords/api/docs/reference/v201705/BudgetOrderService#get> request and get the list of BudgetOrders <https://developers.google.com/adwords/api/docs/reference/v201705/BudgetOrderService.BudgetOrder.html> . You can refer to examples provided in the Basic Operations <https://developers.google.com/adwords/api/docs/samples/java/basic-operations> section of each client library <https://developers.google.com/adwords/api/docs/clientlibraries> for more code samples which use the get() method. Regards, Shwetha, 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 [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/187144b0-2dd0-428e-afdd-2f7ecb219cb1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
