$operation = new ManagedCustomerOperation();
$operation->setOperator('SET');
$operation->setInviteeEmail('te...@test.com');
$operation->setInviteeRole('READ_ONLY');
$operation->setOperand($managedCustomer); // my customer in mcc
But, I dont see te...@test.com in adwords (look at screenshot)
And I done see pending invitations by api$selector = new PendingInvitationSelector();$managedCustomerService->getPendingInvitations($selector);I getting NULL in response.What's my mistake?How to send an invitation to the mail by API?
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/