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

2016-02-04 Thread Yin Niu
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. 

Thanks,
Yin, AdWords API Team. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c4060882-64a2-47e6-ada3-e0ef7adf0cf4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-02-03 Thread maurice . keightley

>
> 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);



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c2e8b06-8d6c-412d-b749-a1250aab0ff2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-02-03 Thread Yin Niu
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. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fa2e077f-2f0c-43c9-b247-7c6349685fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.