Hi.

I want to send an invite to the mail by api.

$operation = new ManagedCustomerOperation();
$operation->setOperator('SET');

$operation->setInviteeEmail('[email protected]');
$operation->setInviteeRole('READ_ONLY');

$operation->setOperand($managedCustomer);  // my customer in mcc

But, I dont see [email protected] 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?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9698f86e-9336-4b33-96b8-86f7a4a48a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Add and... fedorinovaaori
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to