Re: Weird ManagedCustomerServiceError

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I wanted to follow up on your concern. Could you confirm if you still require assistance? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Re: Weird ManagedCustomerServiceError

2017-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I'm a colleague of Joyce and I will be providing support in the meantime. I had to delete your initial post as it contained sensitive information such as your clientCustomerId. You may refer to our forum posting guidelines

Re: Weird ManagedCustomerServiceError

2017-11-23 Thread songxiaoxiao1993
$link = new ManagedCustomerLink(); $link->setClientCustomerId(5179737501); //广告账号 $link->setLinkStatus(LinkStatus::ACTIVE); $link->setManagerCustomerId(1169939939); //新mcc账号 $operations = []; $op = new MoveOperation(); $oldCustomerId = str_replace('-','',$session->getClientCustomerId()); $op->

Re: Weird ManagedCustomerServiceError

2017-11-22 Thread songxiaoxiao1993
I have the same problem as you. Have you solved it 在 2016年12月15日星期四 UTC+8下午4:57:06,Vladimir Tatarsky写道: > > Hi guys, I've just tried to move account from one manager to another just > how it's described in the docs, but got the weird error: > > [ManagedCustomerServiceError.CANNOT_MOVE_CLIENT_OUTS

Re: Weird ManagedCustomerServiceError

2016-12-15 Thread 'Joyce Lava' via AdWords API Forum
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 a

Weird ManagedCustomerServiceError

2016-12-15 Thread Vladimir Tatarsky
Hi guys, I've just tried to move account from one manager to another just how it's described in the docs, but got the weird error: [ManagedCustomerServiceError.CANNOT_MOVE_CLIENT_OUTSIDE_TREE @ operations[0 ]] Problem is that I can't even find this error anywhere on Internet! I use this PHP cod