$link = new ManagedCustomerLink();
$link->setClientCustomerId(5179737501); //广告账号
$link->setLinkStatus(LinkStatus::ACTIVE);
$link->setManagerCustomerId(1169939939);   //新mcc账号

$operations = [];
$op = new MoveOperation();
$oldCustomerId = str_replace('-','',$session->getClientCustomerId());
$op->setOldManagerCustomerId($oldCustomerId);  //经理账号
$op->setOperator(Operator::SET);
$op->setOperand($link);
$operations[] = $op;


$result = $managedCustomerService->mutateManager($operations);


Can you help me?


在 2016年12月15日星期四 UTC+8下午5:21:14,Joyce Lava写道:
>
> Hi Vladimir,
>
> Could you please send me the complete SOAP request and response including 
> the ID's to better check the issue? Please use *reply privately to author* 
> when 
> responding.
>
> Thanks,
> Joyce, 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/5b687a8a-b8e4-436d-bfb0-d45ff7ba8f37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to