Hi,

It appears that you are not able to receive my messages in private. That being 
said, allow me to write back directly into the forum thread moving forward.

Also, since you were not able to receive my most recent response which I sent 
last October 9, 2019, you may refer below for its contents :

"My apologies for the delay. However, I was not able to receive via this thread 
your response containing your code and SOAP logs. That said, thank you for 
bumping this thread and including those details.

Moving forward, it appears that in you SOAP request, the ADD operator and the 
details of the LinkOperation are not being included. That is the reason why you 
are getting the OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], 
RequiredError.REQUIRED error message.

That being said, you may need to update your code implementation and you may 
refer to the code below :

$linkOperations = [ ];
$linkOperation = new LinkOperation();

$managedCustomerLink = new ManagedCustomerLink();
$managedCustomerLink->setClientCustomerId($client_id);
$managedCustomerLink->setLinkStatus("PENDING");
$managedCustomerLink->setManagerCustomerId($manager_id);

$linkOperation->setOperand($managedCustomerLink);
$linkOperation->setOperator(Operator::ADD);

$linkOperations [ ] = linkOperation;

$result = $managedCustomerService->mutateLink($linkOperations);

Could you try the above instead and let me know if the issue would persist?"

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UHHOP0:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/xYUgz000000000000000000000000000000000000000000000PZPFLQ00B1sUYMf2Sw2Hsn6GbJsf9g%40sfdc.net.

Reply via email to