What is the PHP equivalent to this code?

18 views
Skip to first unread message

psc...@gmail.com

unread,
Sep 2, 2015, 3:00:43 PM9/2/15
to AdWords API Forum
LinkOperation linkOp = new LinkOperation();
ManagedCustomerLink link = new ManagedCustomerLink();
link
.setClientCustomerId(CLIENT_CID);
link
.setLinkStatus(LinkStatus.PENDING);
link
.setManagerCustomerId(MANAGER_CID);
linkOp
.setOperand(link);
linkOp
.setOperator(Operator.ADD);
managedCustomerService
.mutateLink(new LinkOperation[]{linkOp});
Reply all
Reply to author
Forward
0 new messages