Re: How to receive the logged in user info

2012-06-21 Thread Danial Klimkin
Hello PatrickvKleef, This should be possible by including several scopes in your OAuth request and using other API to obtain the user information. Please check with the relevant API documentation as this is out of scope for the AdWords API Team. -Danial. On Wednesday, June 20, 2012 2:20:27

Re: How to receive the logged in user info

2012-06-20 Thread PatrickvKleef
Thanks for the response Danial. Multiple users can have access to a single clientcustomerId and I would like to distinguish them by display there name and emailaddress. Is it possible to use the Google API (UserInfo) in combination with the Google Adwords API and how can I do this? Op woensdag

Re: How to receive the logged in user info

2012-06-20 Thread Danial Klimkin
Hello PatrickvKleef, It is not possible to retrieve the logged in user email address via AdWords API when using OAuth. I suggest to use clientCustomerId instead. You can obtain the list of customer IDs the logged in user has access to via ServicesAccountService or InfoService and use them to w

Re: How to receive the logged in user info

2012-06-18 Thread PatrickvKleef
Hi Anash, Could you please help me with my last reply. Thanks. Op donderdag 14 juni 2012 08:56:14 UTC+2 schreef PatrickvKleef het volgende: > > Thanks for your response Anash! > > Maybe it's a good idea to explain what I want do. > I would like to give certain users access to the web applicatio

Re: How to receive the logged in user info

2012-06-13 Thread PatrickvKleef
Thanks for your response Anash! Maybe it's a good idea to explain what I want do. I would like to give certain users access to the web application I'm building. When using the Adwords API client library it is possible to login users with OAuth, but the problem is that not everybody with a googl

Re: How to receive the logged in user info

2012-06-13 Thread Anash P. Oommen
Hi Patrick, AdWords doesn't contain information about the user name, profile image, etc. What it has at best is the company name of the Advertiser account and login email. You could use ServicedAccountService to retrieve these information. See https://developers.google.com/adwords/api/docs/ref

Re: How to receive the logged in user info

2012-06-13 Thread PatrickvKleef
Does somebody knows how to do this?? On Tuesday, June 12, 2012 9:18:24 PM UTC+2, PatrickvKleef wrote: > > Hi! > > I'm new with using the Google Adwords API. I'm using OAuth to authenticate > users. > I would like to receive user information (emailaddress, name, etc.) when > the user is authentic

Re: How to receive the logged in user info

2012-06-12 Thread PatrickvKleef
Forgot to mention, I'm using OAuth 2.0. Op dinsdag 12 juni 2012 21:18:24 UTC+2 schreef PatrickvKleef het volgende: > > Hi! > > I'm new with using the Google Adwords API. I'm using OAuth to authenticate > users. > I would like to receive user information (emailaddress, name, etc.) when > the us