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

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: > >

Re: DEVELOPER_TOKEN_NOT_APPROVED

2017-11-15 Thread songxiaoxiao1993
You can upgrade the PHP version 在 2016年3月22日星期二 UTC+8下午9:23:33,Umesh Dengale写道: > > Hello, > > The developer token with test access is allowed to make API call to test > AdWords accounts. The AdWords services will return DEVELOPER_TOKEN_NOT_ > APPROVED >