I am new to oauth and google ads API. I am trying to figure this out for a 
couple of days now. Please put me on a right way.

I have a manager account.
I would like users to be able to ask to be managed by my account.

I tried using gapi.js to generate
 access_token and id_token.

```
gapi.signin2.render("my-signin2", {
scope: "https://www.googleapis.com/auth/adwords";,
```
What can I do with them?

I am using https://github.com/googleads/google-ads-python library


Just to be clear I would like to provide example:

   1. user at mail.com who manages google ads account 777-777-77777 goes 
   into sampleapp.com 
   2. user is asked to grant access to adwords scope
   3. user accepts
   4. access_token is generated( is this the correct way) and sent to the 
   backend
   5. ...what happens here?
   6. ...manager account 888-888-88888 is granted rights to add 777-777 
   account to managed accounts
   7. manager account initiates linking 
   
(https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts)
   8. client account accepts linking 
   
(https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts)

It looks like step 8 requires initiating client with configuration only for 
that particular user? Or is there a way doing that without acquiring 
clients client_id, client_secret, refresh_token and so on?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f05ecf8b-4f3f-42dc-8c56-8691dcb4d2d6n%40googlegroups.com.

Reply via email to