Hello, There is no way to use the AdWords API without using an MCC account. You can manage multiple accounts via a single MCC and each of their accounts will still maintain separate data.
If your goal is to allow AdWords users to log into your web app themselves, and then be able to manage their accounts through your web app without you having to link their account to your MCC, you should use the "web application flow", which is a rarer use case. For either case, you can follow our OAuth 2.0 instructions <https://developers.google.com/adwords/api/docs/guides/authentication>. If you want to use the web application flow, you can follow specific instructions <https://developers.google.com/accounts/docs/OAuth2WebServer> on how to set up those requests. Regards, Mike, AdWords API Team On Tuesday, July 29, 2014 8:24:29 AM UTC-4, [email protected] wrote: > > Hello, > > we are developing an web app. There we need access to different adwords > accounts. We don't want to use an MCC. We want to treat each account > separately. > > Is there a possibility to receive the client customer id after the the > client has permitted the access by oauth2 or have the customer to provide > its id additionally? > > Thanks in advance > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
