Hi,
I can see that I cannot use additional options like this not working. partialFailure and validateOnly not supported with UserListServices and OfflineUserDataJob
['partialFailure' => false, 'validateOnly' => true]
Getting message that
Google Ads failure details: mutate_error: This resource cannot be used with "validate_only".
But I can see that Adwords API is supporting this.
Is this not supported?
Thanks,
Request: {"customerId":"XXX","operations":[{"create":{"name":"Customer Match list #5ebe8c13379cd","description":"A list of customers that originated from email and physical addresses","membershipLifeSpan":"10000","crmBasedUserList":{"uploadKeyType":"CONTACT_INFO"}}}],"validateOnly":true}
Response-------Headers: { "request-id": "ZKcTuDqc6YXBWleAok7nYg", "date": "Fri, 15 May 2020 12:33:25 GMT", "alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}
Fault-------Status code: 3Details: Request contains an invalid argument.Failure: {"errors":[{"errorCode":{"mutateError":"RESOURCE_DOES_NOT_SUPPORT_VALIDATE_ONLY"},"message":"This resource cannot be used with \"validate_only\".","trigger":{"stringValue":"UserList"},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"}]}}]}