Re: Ruby gem google-adwords-api

2011-05-20 Thread Anash P. Oommen
Hi,

google-api-adwords-ruby is deprecated in favour of google-api-ads-ruby, so 
could you check if these issues are present in google-api-ads-ruby and 
report these issues on 
http://code.google.com/p/google-api-ads-ruby/issues/list? Thanks for 
reporting these issues.

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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Ruby gem google-adwords-api

2011-05-18 Thread Chris
Wasn't sure where I should post this but it took me a few hours to fix
so I wanted to leave the info for the next guy and for a few slight
changes in the gem docs:

1.  Currently this is listed in the ReadMe (for google-api-ads-ruby,
google-adwords-api gem)
   adwords = AdwordsApi::Api.new({
 :authentication = {
 :method = 'ClientLogin',
 :developer_token = 'DEVELOPER_TOKEN',
 :user_agent = 'Ruby Sample',
 :password = 'PASSWORD',
 :email = 'u...@domain.com'
 :client_email = 'us...@domain.com'
 },
 :service = {
   :environment = 'Production'
 }
   })

I believe there needs to be a comma after the email line like :email
= 'u...@domain.com',

2.  In the depracated version google-api-adwords-ruby, Issue 24 lists
problems with Ruby 1.9 due to Soap4r issues and the temporary fix of
editing the Soap4r gem here: 
http://tomerdoron.blogspot.com/2009/10/fixing-soap4r-for-ruby-19.html
worked for me but just wanted to see if we could add that as an issue
for the google-api-ads-ruby (new version), google-adwords-api gem

Wasn't sure where to put this so figured I'd list it here.  Thanks!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en