Thanks Peter, Here's one of my sample mutate operations: (I'm using python SDK and Test account)
adgroupOperations = [ { 'operator': 'SET', 'operand': { 'id': 114550458410, 'biddingStrategyConfiguration': { 'targetRoasOverride': 1.0 } } }, { 'operator': 'SET', 'operand': { 'id': 'nosuchgroup', 'status': 'OTHER', 'biddingStrategyConfiguration': { 'targetRoasOverride': 'malformed' } } }, ] client.SetClientCustomerId(CUSTOMER_SERVICE_ID) client.validate_only=True adgroup_service = client.GetService('AdGroupService', version='v201809') response = adgroup_service.mutate([adgroupOperations]) the second element in the adgroupOperations list is malformed and at least I expect to get EntityNotFound.INVALID_ID error but I get None response. Could Test account be a reason for that? On Thursday, March 18, 2021 at 4:33:59 AM UTC+2 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. > > Could you confirm if you are testing an error scenario? I asked because > using validateOnly > <https://developers.google.com/adwords/api/docs/guides/objects-methods#mutate_validation> > > will only return errors if there were indeed errors in your request : > > "*If no errors are found, an empty response is returned. If validation > fails, error messages indicate the failure points.*" > > If you continue to observe issues, you may provide your customer ID, and > the complete SOAP request > <https://developers.google.com/adwords/api/docs/guides/call-structure#request> > > (and response > <https://developers.google.com/adwords/api/docs/guides/call-structure#response>, > > if available) log, so our team can investigate further. You may send these > details using the *Reply privately to author* option. > > Best regards, > > [image: Google Logo] > Peter Laurence Napa Oliquino > Google Ads API Team > > > ref:_00D1U1174p._5004Q2DwIDN: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 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/99d80968-705c-4c00-bdcf-9894c9e56e26n%40googlegroups.com.