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 All,
Can someone help me to get all tied up Manager accounts in a gmail account. Im using web flow in authentication request. I want to achieve a login like adwords website itself like if i login my gmail it will show all manager accounts under my gmail account. it is possible right? please share your code if you have a flow like that. replies will be much appreciated. thanks!
Milind Sankeshware (AdWords API Team)
unread,
Sep 19, 2018, 4:01:00 PM9/19/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 Albert,
To clarify, you would like to get the all manger accounts for your gmail address using AdWords API? If yes, you can use CustomerService.getcustomers() API call without specifying the client customer Id in the request header. This will return details of all the customers directly accessible by the user authenticating the call. In your cases, it will return all customer which are accessible to your gmail address. Please refer to highlighted lines of code in this sample. The samples in other languages can be found here. If your question was different, could you please elaborate so that I can assist you further?