Re: ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2018-06-05 Thread 'Luis Xander Talag (AdWords API Team)' via 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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2018-06-05 Thread mahir
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

Re: ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2013-10-29 Thread Paul Matthews (AdWords API Team)
stomer->oldManagerCustomerId = 00; > $customer->operand = $operation; > > > > $operations = array($customer); > > // Make the mutate request. > $result = $managedCustomerService->mutate($operations); > > return : > > *Fatal erro

ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2013-10-26 Thread Emin Aydan
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