Google Groups Home
Help | Sign in
Using Ruby for Adwords API V 11
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Andrew - Helium  
View profile
 More options Oct 24 2007, 1:54 pm
From: Andrew - Helium <aress...@helium.com>
Date: Wed, 24 Oct 2007 10:54:55 -0700
Local: Wed, Oct 24 2007 1:54 pm
Subject: Using Ruby for Adwords API V 11
Is anyone still using Ruby for the Adwords API?  I've found only old
discussions about V6.  Any examples about how to do it on a recent
version?  Any speculation on why it isn't more popular?

Thanks,
Andrew


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "AdWords API Using Ruby for Adwords API V 11" by Ryan Leavengood
Ryan Leavengood  
View profile
 More options Oct 26 2007, 1:19 pm
From: "Ryan Leavengood" <leaveng...@gmail.com>
Date: Fri, 26 Oct 2007 13:19:24 -0400
Local: Fri, Oct 26 2007 1:19 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
On 10/24/07, Andrew - Helium <aress...@helium.com> wrote:

> Is anyone still using Ruby for the Adwords API?  I've found only old
> discussions about V6.  Any examples about how to do it on a recent
> version?  Any speculation on why it isn't more popular?

I did most of the work to update adwords4r to use the newer soap4r
libraries and support V10 a while ago. It seems Jeffrey Posnick at
Google has stepped up to continue where I left off and added V11
support yesterday.

You can download the latest gem with V10 and V11 support here:

http://code.google.com/p/google-api-adwords-ruby/

I am not sure why more people don't use adwords4r, but it probably
just relates to how many people are using Ruby versus PHP and .NET,
etc. As much as I like Ruby, it still isn't as big as the other
languages.

Regards,
Ryan


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile
 More options Oct 26 2007, 5:12 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Fri, 26 Oct 2007 21:12:19 -0000
Local: Fri, Oct 26 2007 5:12 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Ryan is correct-the updated Ruby gem is not yet uploaded to RubyForge,
but you can access the v10/v11 version of the libraries from the
Google Code site in the meantime.

The changes in this release are detailed at
  http://google-api-adwords-ruby.googlecode.com/svn/trunk/ChangeLog.txt

I'll update this thread when the gem has made it to RubyForge. In the
meantime, please let us know if you encounter any issues using the
client library.

Cheers,
-Jeff Posnick, AdWords API Team


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
flyset@googlemail.com  
View profile
 More options Nov 7 2007, 9:05 am
From: "fly...@googlemail.com" <fly...@googlemail.com>
Date: Wed, 07 Nov 2007 06:05:44 -0800
Local: Wed, Nov 7 2007 9:05 am
Subject: Re: AdWords API Using Ruby for Adwords API V 11

On Oct 26, 10:12 pm, AdWords API Advisor

<adwordsapiadvi...@google.com> wrote:
> The changes in this release are detailed at
>  http://google-api-adwords-ruby.googlecode.com/svn/trunk/ChangeLog.txt

added support for the SiteSuggestionService for API v10 and v11 ???

am I missing something? the SiteSuggestionService should be in the
trunk right? I can see it :-/


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile
 More options Nov 7 2007, 6:15 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Wed, 07 Nov 2007 23:15:51 -0000
Local: Wed, Nov 7 2007 6:15 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Apologies, the SiteSuggestionService code was in the packaged .gem
file but was not added to the SVN repository.

It has since been added. Let us know if you run into any issues.

Cheers,
-Jeff Posnick, AdWords API Team

On Nov 7, 6:05 am, "fly...@googlemail.com" <fly...@googlemail.com>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile
 More options Nov 9 2007, 2:13 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Fri, 09 Nov 2007 19:13:36 -0000
Local: Fri, Nov 9 2007 2:13 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
The new gem version of adwords4r, 11.0.2, has now been updated on
RubyForge. Assuming you have a properly configured ruby/gem
environment, you can install it automatically with the "gem install
adwords4r" command.

Cheers,
-Jeff Posnick, AdWords API Team

On Nov 7, 3:15 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan  
View profile
 More options Dec 4 2007, 1:06 pm
From: Alan <tala...@gmail.com>
Date: Tue, 4 Dec 2007 10:06:55 -0800 (PST)
Local: Tues, Dec 4 2007 1:06 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Jeff, I attempted to get adwords4r running and rant into some issues.
First it seems that the environmental variable "ADWORDS4R_DEBUG" is
required. I think this should be optional, so all that would need to
be done is check for a null value on line 81 of adwords4r.rb

Attempting to access the API this way didn't seem to work. I used the
developer token given to me along with my user/pass to adwords client
manager. I get an error of "Application information missing."  when I
run this code:

adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(
{  'token' => 'mytoken',
  'useragent' => 'P@ playing with the API from ruby',
  'password' => 'mypasswd',
  'email' => 'em...@example.com'}
))

print "result =
#{adwords.getFreeUsageQuotaThisMonth().getFreeUsageQuotaThisMonthReturn}"

RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace

c:/ruby/lib/ruby/gems/1.8/gems/adwords4r-11.0.2/lib/adwords4r.rb:81:in
`prepareDriver'

On Nov 9, 11:13 am, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan  
View profile
 More options Dec 4 2007, 2:50 pm
From: Alan <tala...@gmail.com>
Date: Tue, 4 Dec 2007 11:50:18 -0800 (PST)
Local: Tues, Dec 4 2007 2:50 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Sorry, I figured it out, looks like the requirements for
AdWordsCredentials have changed.

On Dec 4, 10:06 am, Alan <tala...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile
 More options Dec 4 2007, 4:59 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Tue, 4 Dec 2007 13:59:36 -0800 (PST)
Local: Tues, Dec 4 2007 4:59 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Thanks for pointing out the ADWORDS4R_DEBUG issue-I've updated the
code in the Subversion repository to perform a nil? check before
attempting to convert the variable into uppercase. I'll update the Gem
as well.

Cheers,
-Jeffrey Posnick, AdWords API Team

On Dec 4, 2:50 pm, Alan <tala...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdWords API Advisor Google employee  
View profile
 More options Dec 13 2007, 2:06 pm
From: AdWords API Advisor <adwordsapiadvi...@google.com>
Date: Thu, 13 Dec 2007 11:06:06 -0800 (PST)
Local: Thurs, Dec 13 2007 2:06 pm
Subject: Re: AdWords API Using Ruby for Adwords API V 11
Just wanted to let the Ruby fans out there know that I've pushed the
adwords4r 11.0.3 Gem file out to RubyForge.

It addresses the ADWORDS4R_DEBUG issue and also updates the Gem
specification to require at least version 1.5.8 of soap4r.

Cheers,
-Jeffrey Posnick, AdWords API Team

On Dec 4, 4:59 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google