When I create a BudgetOrder with BudgetOrderService
I get a error response as follow :
BudgetOrderError{apiErrorType=BudgetOrderError,
errorString=BudgetOrderError.GENERIC_BILLING_ERROR,
fieldPath=operations[0].operand,
fieldPathElements=[FieldPathElement{field=operations, index=0},
FieldPathElement{field=operand}], reason=GENERIC_BILLING_ERROR, trigger=}
and my param is
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<ns1:RequestHeader
xmlns:ns1="https://adwords.google.com/api/adwords/billing/v201809"
soapenv:mustUnderstand="0">
<ns2:clientCustomerId
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809">3735853227</ns2:clientCustomerId>
<ns3:developerToken
xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201809">REDACTED</ns3:developerToken>
<ns4:userAgent
xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201809">RMB-DVIP
(AwApi-Java, AdWords-Axis/4.10.0, Common-Java/4.10.0, Axis/1.4,
Java/11.0.6, maven)</ns4:userAgent>
<ns5:validateOnly
xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201809">false</ns5:validateOnly>
<ns6:partialFailure
xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201809">false</ns6:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<mutate
xmlns="https://adwords.google.com/api/adwords/billing/v201809">
<operations>
<ns7:operator
xmlns:ns7="https://adwords.google.com/api/adwords/cm/v201809">ADD</ns7:operator>
<operand>
<billingAccountId>2751-5259-5159-1017</billingAccountId>
<budgetOrderName>test_79817edf-ddf2-4cad-bf56-5734c0345432</budgetOrderName>
<primaryBillingId>1693-7845-7583</primaryBillingId>
<spendingLimit>
<ns8:microAmount
xmlns:ns8="https://adwords.google.com/api/adwords/cm/v201809">1000000</ns8:microAmount>
</spendingLimit>
<startDateTime>20200714 000000
Asia/Shanghai</startDateTime>
<endDateTime>20200715 235959 Asia/Shanghai</endDateTime>
</operand>
</operations>
</mutate>
</soapenv:Body>
</soapenv:Envelope>
How can I resolve this issue?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/ac35fea4-cc0d-4f6c-a8e6-b921a1fc884eo%40googlegroups.com.