Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 宋肖肖
In addition to traversing it, there are other ways to make it faster, such as the asynchronous notification of the change of budgetorder 在 2017年11月27日星期一 UTC+8下午5:03:44,Vincent Racaza (AdWords API Team)写道: > > Hi, > > Currently, for the BudgetOrderService.get() >

Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 宋肖肖
Thank you very much for your reply. I see.At present we are recycling data, but slower. Thank you.That's all we can do 在 2017年11月27日星期一 UTC+8下午5:03:44,Vincent Racaza (AdWords API Team)写道: > > Hi, > > Currently, for the BudgetOrderService.get() >

Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Currently, for the 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 ord

How do I get a budget order for multiple AD accounts

2017-11-26 Thread 宋肖肖
I can now get a budget order for an AD account, and the value I get is a two-dimensional array, so can I get a budget order for multiple AD accounts at once?Please give me the instruction. Here is my code // Generate a refreshable OAuth2 credential for authentication. $oAuth2Cred