How to get the email of a client who managed by our MCC?
14 views
Skip to first unread message
fp.mm...@gmail.com
unread,
Nov 14, 2018, 1:36:18 PM11/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
For example: I have a client who accepted my adwords access request. How to get the email of this clients's adwods account? Can you give soap request example for such operation?
Milind Sankeshware (AdWords API Team)
unread,
Nov 14, 2018, 3:31:38 PM11/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi,
I am afraid that you won't be able to get the email address of client account. However you will get the list of all linked account by using ManagedCustomerService.get API call. You could refer to this sample Java code to get the account hierarchy. Samples in other languages can be found here. As these accounts are linked to your MCC account, you can look at the Accounts access tab under the Tools option via the UI. Let me know if you have any further questions.