Anash, Thank you for the response - that answers 1/2 of my question. The other half is - how do I get access to the auth_token in the first place?
I'm assuming I could initialize an AdWords::Api object using ClientLogin as I normally do, and then access some method or instance variable to get the actual auth_token. But I haven't seen anywhere that shows how to do this. Thanks, John On Mon, Oct 17, 2011 at 3:36 AM, Anash P. Oommen < [email protected]> wrote: > Hi John, > > You can initialize an AdWords::Api object using custom credentials, see > http://code.google.com/p/google-api-ads-ruby/source/browse/trunk/adwords_api.savon/README#56 > for > an example. When providing custom auth token, skip the email and password > keys in the hash and provide auth token using :auth_token key. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > http://adwordsapi.blogspot.com > http://groups.google.com/group/adwords-api > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > 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 > -- Menuism.com <http://www.menuism.com> | Co-Founder -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
