Hello,
I am working with the MutateAssetRequest and MutateAssetResponse and noticed that when using the PartialFailure = true feature for this ServiceClient that the response does not include the response "PartialFailure" list like other response objects such as the AdGroupResponse.
That said, I can see the PartialFailureError object that is returned with a Message and a Code, but that does not provide the index information for which asset in my list of asset operations that failed.
How do we detect which asset failed during creation when using PartialFailure = true?