Re: BudgetOrderService - Not getting informations Spent , Billing customer name etc

2016-09-26 Thread 'Anthony Madrigal' via AdWords API Forum
Thanks Mathieu for the response. Deepa, if you have any further questions, please let me know. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Google

Re: BudgetOrderService - Not getting informations Spent , Billing customer name etc

2016-09-26 Thread Mathieu Dubreuil
Hi, You can get it from the BudgetOrderService : https://developers.google.com/adwords/api/docs/reference/v201605/BudgetOrderService.BillingAccount You create the service and use the getBillingAccounts function instead of just get, it returns the billing accounts and from that you can get the

Re: BudgetOrderService - Not getting informations Spent , Billing customer name etc

2016-09-25 Thread Deepa Varma
Hi, Is there anyway to get billing customer name with adwords API ? On Friday, 23 September 2016 21:09:38 UTC+5:30, Anthony Madrigal wrote: > > Hi Deepa, > > Unfortunately, when using the BudgetOrderService in the API, these fields > are not available. However, you can get the endDateTim

Re: BudgetOrderService - Not getting informations Spent , Billing customer name etc

2016-09-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Deepa, Unfortunately, when using the BudgetOrderService in the API, these fields are not available. However, you can get the endDateTime which is a good indication of whether or no

BudgetOrderService - Not getting informations Spent , Billing customer name etc

2016-09-23 Thread Deepa Varma
Hi, I am getting all informations like billing account details , billing customer details , purchase order name , payment setting , account budget , remaining budget , %spent , start date and end date . UI shows only one purchase order for an account . When I am trying to get the sa