Re: Google Ads API Access via Oauth2 without dev-token

2020-05-14 Thread Google Ads API Forum Advisor Prod
Hi Apithana, For your concern with the developer token, you will need to use your own developer token as your app is trying to access the API. Developer tokens are legal entity specific, so users should not share their developer tokens. To pull a list of customers under a managing account, you

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Apithana B.
Yes, I have used Web App OAuth . I have generated auth link from backend and send to users for grant them access. I have follow the step until i got refresh_token. but the things i mentioned abov

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Google Ads API Forum Advisor Prod
Hi Apithana, Thank you for the update. Could I ask if you have used Web App OAuth to set up your client credentials? This OAuth type allows you to access other users accounts if they've granted you access. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00

Re: Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Apithana B.
Hi Bryan Thanks you for answering. In my meaning is, I have provided an Application to other people (e.g. Agency, Business). Does Google Ads API have another way to access by login with OAuth2 or obtain credentials in automatic way instead of manually copy in Google Ads Manager On Wednesday,

Google Ads API Access via Oauth2 without dev-token

2020-05-13 Thread Apithana B.
Hi. I have some questions about accessing Google Ads API. After I have logged in via Oauth2 and set every credential that required to call but, What if i don't know Manager Account ID(login-customer-id) and i don't have developer-token even my customer-id How do I get those things by Oauth2?