RE: INVALID_BILLING_ACCOUNT

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Maria, The INVALID_BILLING_ACCOUNT error indicates that you are providing an invalid billing account. Can you please provide the CID you are using in order to make this API call along with the billingAccountId and primaryBillingId so that I can deeper investigate? Please ensure you "

INVALID_BILLING_ACCOUNT

2020-05-08 Thread Maria Fernanda Guerra
[{'operator': 'ADD', 'operand': {'billingAccountId': '', 'primaryBillingId': '', 'budgetOrderName': 'Media 18', 'spendingLimit': {'microAmount': 100}, 'startDateTime': '20200508 13 America/Santiago', 'endDateTime': '20361231 235959 America/Santiago'}}] Error

RE: have an INVALID_BILLING_ACCOUNT exception while creating a budgetOrder using the same billing account as usual.

2019-06-11 Thread Google Ads API Forum Advisor Prod
Hello Atienon, Could you please confirm whether the account 4105198503 or any of its manager accounts are associated with the billing account: 0595-4797-3956-3267? You could fin that by running BudgetOrderService.getBillingAccounts() and confirm if the BillingAccountId is returned? If the

have an INVALID_BILLING_ACCOUNT exception while creating a budgetOrder using the same billing account as usual.

2019-06-11 Thread Atienon Offlcial
I have an INVALID_BILLING_ACCOUNT exception while creating a budgetOrder using the same billing account as usual. I can retrieve the billing account without any pb. Would someone help me? http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmln

Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-07-06 Thread Eugene Zinin
It turned out that I sent request with another customer id than I thought. It was the problem. It was very helpful to look at the generated SOAP request. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eugene, To further investigate this, could you provide your complete SOAP request and response logs that was generated when the error was encountered along with your clientCustomerId via *Reply privately to author*? Regards, Dannison AdWords API Team -- --

Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-28 Thread Eugene Zinin
Hello, As you can see in my code, I'm using a billing account just from output of budgetOrderService.getBillingAccounts. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eugene, The error INVALID_BILLING_ACCOUNT <https://developers.google.com/adwords/api/docs/reference/v201806/BudgetOrderService.BudgetOrderError.Reason> is encountered when the billing account used when creating a BudgetOrder is not a valid one. Could you confirm if the account has be

INVALID_BILLING_ACCOUNT when trying to add budget order to a new managed account

2018-06-27 Thread Eugene Zinin
, errorString=BudgetOrderError.INVALID_BILLING_ACCOUNT, fieldPath=operations[0].operand, fieldPathElements=[FieldPathElement{field=operations, index=0}, FieldPathElement{field=operand}], reason=INVALID_BILLING_ACCOUNT, trigger=}]} That's weird because I get billing account just before adding

Re: Invalid_Billing_Account

2018-02-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Allen, There has been no recent change related to this that I'm aware of. To further investigate this, could you provide the complete SOAP request and response logs when you encountered the issue? Also, could you check if the billing account Id

Invalid_Billing_Account

2018-02-14 Thread Allen
I've started getting INVALID_BILLING_ACCOUNT errors since 12th Feb when trying to add budgets to new Clients. Has anything changed? No code changes at our end. No change of BillingAccountID that I am aware of. --Allen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us