Re: oauth2 service account with google adwords api for ruby

2012-10-10 Thread Danial Klimkin
Hello Radhames, Yes, it is recommended to use the MCC credentials to access every sub-account. Just specify MCC credentials and sub-account's clientCustomerId. We also have an example on parallel reports request for this case: http://code.google.com/p/google-api-ads-ruby/source/browse/adwo

Re: oauth2 service account with google adwords api for ruby

2012-10-10 Thread Danial Klimkin
Hello Martin, I can see you have already logged this request on the project issue tracker, thank you. I will check if this is possible and let you know. It largely depends on the underlying libraries support for JWT. -Danial, AdWords API Team. On Tuesday, October 9, 2012 5:05:07 PM UTC+4,

Re: oauth2 service account with google adwords api for ruby

2012-10-09 Thread Radhames Brito
Hello Danial, im using OAuth2 to get data from thou to my platform, what is the preferred process to get it without user interaction with a MCC account? Is there a way too pull reports for each child account using only the MCC credentials (or some sort of master key)? all my child accounts are

Re: oauth2 service account with google adwords api for ruby

2012-10-09 Thread Marcin Urbanski
Thanks for your reply! The problem is that all code samples are relying on user activity. What I want to acheive is downloading reports for all managed clients using OAuth Service to Service authentication. This process should be asynchronous and I believe I need something like this to athentica

Re: oauth2 service account with google adwords api for ruby

2012-10-09 Thread Danial Klimkin
Hello kes0, This is defined by the Google Accounts authorization policies which is external to the AdWords API. We are not able to share any details on what triggers captcha challenge. Please note if you are about to launch a new platform, you should consider implementing OAuth2.0 as soon as

Re: oauth2 service account with google adwords api for ruby

2012-10-09 Thread Fredrik Gustafsson
Kinda off topic but just some questions regarding this limit, is it 100 authorizations independent during a certain time limit or am I missunderstanding? Since you are writing about something about batch. I am about to launch a platform that will have this amount of users at the same time. Regards

Re: oauth2 service account with google adwords api for ruby

2012-10-09 Thread Danial Klimkin
Hello Marcin, Please see my reply to the initial post which should cover the issue. I've also created an article with more details specific to Ruby: http://googleadsdeveloper.blogspot.com/2012/10/using-oauth20-authorization-method-with.html Let me know if you have any questions. -Danial,

Re: oauth2 service account with google adwords api for ruby

2012-10-08 Thread Sophornia Bartee
On Tuesday, August 14, 2012 8:07:08 AM UTC-7, Antony Vorobiev wrote: > > Hello all, > > I was using ClientLogin authorization method in my server application for > several months, but now it throws CaptchaRequired error because of too much > authorization attempts for about 100 client_customer

Re: oauth2 service account with google adwords api for ruby

2012-10-08 Thread Sophornia Bartee
On Monday, October 8, 2012 11:21:49 PM UTC-7, Sophornia Bartee wrote: > > > On Tuesday, August 14, 2012 8:07:08 AM UTC-7, Antony Vorobiev wrote: >> >> Hello all, >> >> I was using ClientLogin authorization method in my server application for >> several months, but now it throws CaptchaRequired

Re: oauth2 service account with google adwords api for ruby

2012-10-08 Thread Sophornia Bartee
On Tuesday, August 14, 2012 8:07:08 AM UTC-7, Antony Vorobiev wrote: > > Hello all, > > I was using ClientLogin authorization method in my server application for > several months, but now it throws CaptchaRequired error because of too much > authorization attempts for about 100 client_customer

Re: oauth2 service account with google adwords api for ruby

2012-10-08 Thread Marcin Urbanski
Any update on this? I have exactly the same problem. If Ruby gems won't support it soon, I can use Java. Are there any examples on how to use Service to Service authentication? On Tuesday, August 14, 2012 5:07:08 PM UTC+2, Antony Vorobiev wrote: > > Hello all, > > I was using ClientLogin authoriz

Re: oauth2 service account with google adwords api for ruby

2012-08-17 Thread Danial Klimkin
Hi Antony, We have the AdWords Ruby Client Library available which already has the OAuth2.0 support. There is also a demo application based on Rails that demonstrates the flow (and account hierarchy retrieval as well). Please check out the library here: http://code.google.com/p/google-api-a

oauth2 service account with google adwords api for ruby

2012-08-14 Thread Antony Vorobiev
Hello all, I was using ClientLogin authorization method in my server application for several months, but now it throws CaptchaRequired error because of too much authorization attempts for about 100 client_customer_id in a batch, so I'm looking for the way to get 100+ client accounts processed (