Trying to move client account in adwords from one sub MCC to another sub MCC

147 views
Skip to first unread message

maurice....@griffithuni.edu.au

unread,
Feb 3, 2016, 8:28:31 AM2/3/16
to AdWords API Forum
Hi Adwords API Team,

I am attempting to move a client account from under sub MCC 0 to sub MCC1.  The following code is below. 
Currently getting the following error: [0] => [ManagedCustomerServiceError.UNSUPPORTED @ operations[0]]. 
Any help would be appreciated.

   $managedCustomerService = $user->GetManagedCustomerService(ADWORDS_VERSION);
            $moveAccountlink = new ManagedCustomerLink();
            $moveAccountlink->clientCustomerId=####;
            
            $moveAccountlink->linkStatus='ACTIVE';
            $moveAccountlink->managerCustomerId=#####;
            
            $moveAccountOp = new MoveOperation();
            $moveAccountOp->operator='SET';
            //$moveAccountOp->pendingDescriptiveName = "j";
            $moveAccountOp->oldManagerCustomerId=#####;
          
            $moveAccountOp->operand =moveAccountLink;
            $moveAccountOps = array($moveAccountOp);  
 $result = $managedCustomerService->mutateManager($moveAccountOps);



Yin Niu

unread,
Feb 3, 2016, 12:14:09 PM2/3/16
to AdWords API Forum
Hi, 

Can you verify that the two MCC accounts are under the same MCC account that you are using to make the request? I was able to run this example successfully. If you are still having errors, please send us the SOAP logs. 

Thanks,
Yin, AdWords API Team. 

Yin Niu

unread,
Feb 4, 2016, 9:26:52 AM2/4/16
to AdWords API Forum
Hi Maurice, 

Please send us the SOAP logs, see here for enabling SOAP logging. As you will include your clientCustomerIDs, please click Reply privately to author in the forum when responding. 
Reply all
Reply to author
Forward
0 new messages