Hi Mahir,
To further investigate this, could you provide the complete SOAP request
and response logs when you encountered the error? Please reply via *Reply
privately to author*.
Thanks and regards,
Luis
AdWords API Team
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
Hi,
I want to move account to other MMC with MoveOperation. But give an error:
ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME
-- PHP Start --
$managedCustomerService = $adWordsServices->get($session,
ManagedCustomerService::class);
$moveOperation = new MoveOperation();
$moveOperat
stomer->oldManagerCustomerId = 00;
> $customer->operand = $operation;
>
>
>
> $operations = array($customer);
>
> // Make the mutate request.
> $result = $managedCustomerService->mutate($operations);
>
> return :
>
> *Fatal erro
ations = array($customer);
// Make the mutate request.
$result = $managedCustomerService->mutate($operations);
return :
*Fatal error*: Uncaught SoapFault exception: [soap:Server]
[ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME @
operations[0].operand.clientName] in
What's problem ? Please h