I am trying to update a budget for a campaign. After doing: budgetService.mutate(new BudgetOperation[] {budgetOperation}).getValue(0). getBudgetId();
I am getting this error response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns= "https://adwords.google.com/api/adwords/cm/v201809"> <requestId>0005a40ad78f7b4d0a372892bd09c2da</requestId> <serviceName>BudgetService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>523</responseTime> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>[RequiredError.REQUIRED @ operations[0].operand.budgetId]</faultstring> <detail> <ApiExceptionFault xmlns= "https://adwords.google.com/api/adwords/cm/v201809"> <message>[RequiredError.REQUIRED @ operations[0].operand.budgetId]</message> <ApplicationException.Type>ApiException </ApplicationException.Type> <errors xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:type="RequiredError"> <fieldPath>operations[0].operand.budgetId </fieldPath> <fieldPathElements> <field>operations</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>operand</field> </fieldPathElements> <fieldPathElements> <field>budgetId</field> </fieldPathElements> <trigger/> <errorString>RequiredError.REQUIRED</errorString> <ApiError.Type>RequiredError</ApiError.Type> <reason>REQUIRED</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> Is it saying that I have to set the budgetId beforehand? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/41eb1b35-e666-4aad-89be-f0b146b90b72%40googlegroups.com.