Hi , i am trying to update an existing account budget using this endpint https://googleads.googleapis.com/v20/customers/3826598180/accountBudgetProposals:mutate and i get a requestError , the Body of Request : { "operation": { "updateMask": "proposed_spending_limit_micros", "create": { "proposalType": "UPDATE", "accountBudget": "customers/customer_id/accountBudgets/budget_id", "proposedSpendingLimitMicros": 1000000 } } } The Error is : { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v20.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "requestError": "UNKNOWN" }, "message": "The error code is not in this version.", "location": { "fieldPathElements": [ { "fieldName": "operation" } ] } } ], "requestId": "4we7uVr0FVVEWm82fuovTA" } ] } }
Can You Respond me what can i do for solve this issus. Thanks and regards, Le lundi 10 août 2020 à 16:42:35 UTC+1, Google Ads API Forum Advisor Prod a écrit : Hi Sanket, Thank you for reaching out. The Adwords API has a CustomerSyncService.get <https://developers.google.com/adwords/api/docs/reference/v201702/CustomerSyncService#get> method to fetch the account change information. However, this doesn’t not include the Account Budget information. You could check the changes of account budgets via the Change history on the Google Ads UI and add filter for the Account budget. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q23HNdE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/3f97b368-b1c2-4e27-932b-175fbd440662n%40googlegroups.com.
