Re: Retrieve budget spent and end date for all billing accounts

2017-03-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, Could you check if the clientCustomerId specified in the request header belongs to your client account and not your manager account? Could you provide the SOAP request and response logs so I can

Re: Retrieve budget spent and end date for all billing accounts

2017-03-02 Thread Martin Eisenführer
hi, any solutions for this request ? have the same problem. Working with v201609 and public function getBudgets(AdWordsSession $session) { $bos = (new AdWordsServices())->get($session, BudgetOrderService::class); } all the other stuff the same thanks for help Martin -- --

Re: Retrieve budget spent and end date for all billing accounts

2016-09-21 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mathieu, Could you please supply me with your SOAP request and response via *reply privately to author*? This will help me see if there is anything you are doing incorrectly. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Retrieve budget spent and end date for all billing accounts

2016-09-21 Thread Mathieu Dubreuil
Hi, I am trying to get all the budgets from all billing accounts used under an MCC account. I saw that I should use the BudgetOrderService to get BudgetOrders, but it returns me an empty page. I can get the billing accounts from the BudgetOrderService->getBillingAccounts, what am I doing