Hi,
We have migrated to v201502 recently and we noticed that, when we get DUPLICATE_ADGROUP_NAME error through MutateJobService, the error detail not including respective Adgroup ID. In the earlier API versions, we were getting Adgroup ID along with the DUPLICATE_ADGROUP_NAME error.
Here is part of the Soap response with v201502,
<errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="AdGroupServiceError">
<fieldPath>operations[38].
operand.name</fieldPath>
<trigger>Adgroup Name Here</trigger>
<errorString>AdGroupServiceError.DUPLICATE_ADGROUP_NAME</errorString>
<ApiError.Type>AdGroupServiceError</ApiError.Type>
<reason>DUPLICATE_ADGROUP_NAME</reason>
</errors>
The Adgroup ID in the error notification was very helpful for our automated script so, wanted to confirm about this change. With this change, we need to made a separate API call to get Adgroup ID of the duplicate adgroup so that, the automated script can continue insertion of Keywords and Ads in the same adgroup.
Please confirm, is this a bug in v201502 or a permanent change?
Thanks