Hello!
In our AdwordsAPI Tool we use the Managed Customer Service to link Accounts to MCCs.
So far so good, usually it is no Problem at all (except the duplicate Child issue, but there is no way of solving that directly).
Today, a strange Error appeared - ALREADY_MANAGED_FOR_UI_ACCESS, and I have no Idea, what this is supposed to mean, as there is no description in the response, and google search can't find this message anywhere in the internet. Even in the documentation, (Version
201409 - our production version, and Version
201502) there is no mentioning of this error.
Can someone please help me to get a grasp on this? Or explain what that is supposed to mean?
If you need any more information or explaining of the situation, please ask, I can provide every bit of information related to the problem, but the operation itself is rather straight forward.
Parameters of the operation:
[0] => ManagedCustomerOperation Object
(
[operand] => ManagedCustomerLink Object
(
[managerCustomerId] => XXXXXXXXXX
[clientCustomerId] => YYYYYYYYYY
[linkStatus] => PENDING
[pendingDescriptiveName] => Linkdescription
)
[operator] => ADD
[OperationType] =>
[_parameterMap:Operation:private] => Array
(
[Operation.Type] => OperationType
)
)
Details of the error Object:
[detail] => stdClass Object
(
[ApiExceptionFault] => stdClass Object
(
[message] => [ManagedCustomerServiceError.ALREADY_MANAGED_FOR_UI_ACCESS @ operations[0]]
[ApplicationException.Type] => ApiException
[errors] => SoapVar Object
(
[enc_type] => 0
[enc_value] => ManagedCustomerServiceError Object
(
[reason] => UNKNOWN
[customerIds] =>
[fieldPath] => operations[0]
[trigger] =>
[errorString] => ManagedCustomerServiceError.ALREADY_MANAGED_FOR_UI_ACCESS
[ApiErrorType] => ManagedCustomerServiceError
[_parameterMap:ApiError:private] => Array
(
[ApiError.Type] => ApiErrorType
)
)
[enc_stype] => ManagedCustomerServiceError
)
)
)
Thanks in Advance!