Re: Questions about BudgetOrderService

2012-08-20 Thread Allen
On Friday, 20 July 2012 07:33:18 UTC+10, Jim McCabe wrote: > > I am reposting some answers from a member of the AdWords API team, sent to > me in email: > > - Regarding startTime, it may be rejected if the time is in the past, so > they recommend passing a time a few minutes in the future. > >

Re: Questions about BudgetOrderService

2012-07-27 Thread Jim McCabe
Thanks Alexander. To be cautious we just render the dates using the America/Los_Angeles time zone since we know for certain that it will be supported. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Re: Questions about BudgetOrderService

2012-07-26 Thread Alexander Nitschke
I can't really confirm the part about the date syntax. It still works only for me with the Los Angeles timezone. Other timezones (or not specified timezone) lead to exceptions (as I wrote in another post - I got directed to this thread but must say that there's no helpful answer to this problem

Re: Questions about BudgetOrderService

2012-07-25 Thread Kevin Winter
Hi, Yes, the BudgetOrderService is intended to be a completely replacement. Yes, billingAccountId = orderId (we will be updating the docs). Yes, provide a clientCustomerId to change which client's budgets you affect. Regarding the whitelist, anyone who had access to the budget functionality

Re: Questions about BudgetOrderService

2012-07-25 Thread veseo
Is the BudgerOrderService a complete replacement for v13s' AccountService->addBudget method? As I understand it, *billingAccountId *equals v13's *orderId *and we pass the *clientCustomerId* parameter in the header to specify which client's budgets we are manipulating, is that correct? Also, how

Re: Questions about BudgetOrderService

2012-07-24 Thread Kevin Winter
Hi Jim, I agree - that is very confusing. When you run getBillingAccounts - do you get a BillingAccount entry for every Order ID? I'm beginning to suspect that BillingAccount is the new Order (I apologize that I'm not as familiar with the BudgetOrderService as I should be). - Kevin Winter A

Re: Questions about BudgetOrderService

2012-07-24 Thread Jim McCabe
Hi Kevin - Actually I have good reason to believe that we should pass the same "order ID" that we traditionally passed in v13. a) Yesterday I did some testing with new production accounts and was successful when I passed our same old order ID in that field. b) I also filed a request with the A

Re: Questions about BudgetOrderService

2012-07-24 Thread Kevin Winter
Hi Jim, I'm pretty sure you need to use the Id from a BillingAccount returned by BOS.getBillingAccounts . - Kevin Winter AdWords API Team On Thursday, July 19, 2012 5:34:21 PM UTC-4, Jim McCa

Re: Questions about BudgetOrderService

2012-07-19 Thread Jim McCabe
Still awaiting info about the "billing account ID". -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Re: Questions about BudgetOrderService

2012-07-19 Thread Jim McCabe
I am reposting some answers from a member of the AdWords API team, sent to me in email: - Regarding startTime, it may be rejected if the time is in the past, so they recommend passing a time a few minutes in the future. - The date syntax is "MMdd HHmmss ZZ" as specified by the Joda ISODate

Questions about BudgetOrderService

2012-07-19 Thread Jim McCabe
The v13 budget API is being replaced by the BudgetOrderService - however the documentationleaves a lot of questions about BudgetOrder