Adwords4r 0.4 released
Posted by pat 132 days ago
I just release adwords4r 0.4. It fixes many bugs, is now implemented as a ruby gem and has a classic setup script for people who do not use the gems system, and all the classes in it are part of the AdWords module, which will make it easier for people to use in Rails. Compared to the alpha version I shipped 2 months ago, I'd consider this a beta.
You need to have soap4r installed from the svn trunk: there is a bug that Hiroshi fixed in soap4r that I need and that has not made it to a soap4r release yet. I also recommend http-access2 2.05 or greater.
If you're using gems, install it with:
sudo gem install adwords4r
Then look at sample scripts in the examples directory. Have fun with the AdWords API in ruby!
I've learnt a lot about ruby in the past 2 months working on this library. I'll share a few tips in upcoming blog posts.