Hello! We have a monthly invoicing payment settings and about 2500 customer 
accounts managed with Google Ads API.

We use AccountBudgetProposalService::mutateAccountBudgetProposal() to 
manage account budgets.

Since *2022-03-11 01:00 UTC* we started to encounter error: 
INVALID_ARGUMENT.

*google.ads.googleads.v9.errors.googleadsfailure-bin: "The error code is 
not in this version." operation 1kDLNFeLbpdv6qvSzjp_wA*

*grpc-status-details-bin: Request contains an invalid argument. 
Ctype.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure The 
error code is not in this version." operation 1kDLNFeLbpdv6qvSzjp_wA*

*request-id: 1kDLNFeLbpdv6qvSzjp_wA*

*Example of code*







*$budgetProposal = new AccountBudgetProposal( [   'proposal_type' => 
AccountBudgetProposalType::UPDATE,   'account_budget' => 
'customers/9572721447/accountBudgets/6560075503',   
'proposed_spending_limit_micros' => 50000000, ]);*




*$operation = new 
AccountBudgetProposalOperation();$operation->setCreate($budgetProposal);$operation->setUpdateMask(FieldMasks::allSetFieldsOf($budgetProposal));*

*$service->mutateAccountBudgetProposal(9572721447, $operation);*

P. S

In production we use Google Ads API V9. I tried this code in V10, but it 
still returns "*The error code is not in this version*" details.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27297459-761f-4b69-ad90-1a9a293ddc2bn%40googlegroups.com.

Reply via email to