ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

13 views
Skip to first unread message

ma...@sumer.me

unread,
Jun 5, 2018, 8:06:37 PM6/5/18
to AdWords API and Google Ads API Forum
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();
$moveOperation->setOldManagerCustomerId("XXX-XXX-XXXX");
$moveOperation->setOperator(Operator::SET);
$moveOperations = [];
$managedCustomerLink = new ManagedCustomerLink();
$managedCustomerLink->setClientCustomerId("XXX-XXX-XXXX");
$managedCustomerLink->setLinkStatus(LinkStatus::ACTIVE);
$managedCustomerLink->setManagerCustomerId("XXX-XXX-XXXX");
$managedCustomerLink->setPendingDescriptiveName("Test Account");
$moveOperation->setOperand($managedCustomerLink);
$moveOperations[] = $moveOperation;
$result = $managedCustomerService->mutate($moveOperations);

-- PHP End --

Luis Xander Talag (AdWords API Team)

unread,
Jun 6, 2018, 1:55:43 AM6/6/18
to AdWords API and Google Ads API Forum
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
Reply all
Reply to author
Forward
0 new messages