Hi, Once you take the user through the OAuth flow and get an *access_token*, you can issue a CustomerService.get <https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService#get> request using that *access_token*. The request will return a Customer object <https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService.Customer>, which has the customerId <https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService.Customer#customerId> (client_customer_id).
You can (and should) use the same developer token for AdWords API requests against *all* of your accounts. You do not need a separate token for each account. Cheers, Josh, AdWords API Team On Wednesday, January 14, 2015 at 7:10:53 AM UTC-5, Alessandro Dias wrote: > > I'm trying to develop an app where a user logs in and get information of > its adwords account; > So, there's a way to get the developer token, client_customer_id and any > other user information ? > or will be need to ask the user to give this data? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f02ba5d2-a6ac-4bf9-a675-67f8171e04a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
