|
1 | | -Official mirror of http://code.google.com/p/google-api-ads-ruby/ on GitHub. |
| 1 | +# Ads API Client Libraries for Ruby |
2 | 2 |
|
3 | | -Pull requests are welcome. For issues please consider the official page. |
| 3 | +This project hosts the new Ads common framework for Ruby, as well as the Ruby client libraries for the various SOAP-based Ads APIs at Google. |
| 4 | + |
| 5 | +The Ruby client libraries make it easier to write Ruby clients to programmatically access your accounts. |
| 6 | + |
| 7 | +New to the library? Check out the [Getting Started video screencast on YouTube](http://www.youtube.com/watch?v=PJx6oRyZx2Y) and take a look at the [wiki for this project](https://github.com/googleads/google-api-ads-ruby/wiki). |
| 8 | + |
| 9 | +**Want to stay up-to-date with our latest releases?** Subscribe to the [master RSS feed on GitHub](https://github.com/googleads/google-api-ads-ruby/commits/master.atom). |
| 10 | + |
| 11 | +## Products currently supported |
| 12 | + |
| 13 | + - Google AdWords and DoubleClick Ad Exchange Buyer API |
| 14 | + - Google's DoubleClick For Publishers API |
| 15 | + |
| 16 | +## Client Library Feature |
| 17 | + |
| 18 | + - Support for logging incoming and outgoing SOAP messages; |
| 19 | + - Support for logging request information; |
| 20 | + - Fully based on new Savon backend. |
| 21 | + - Ruby19 and ruby18 compatible. |
| 22 | + - ClientLogin, OAuth2.0 and OAuth2.0 JWT built-in authentication; |
| 23 | + - Support for API calls to different environments (Production, Sandbox); |
| 24 | + - Local validation for parameter number and type on API calls; |
| 25 | + - Thread-safe; |
| 26 | + - Ruby-like syntax, by converting all method names and properties to snake\_case instead of lowerCamelCase; |
| 27 | + - Simplified development model by using arrays and hashes instead of solid objects; |
| 28 | + - (AdWords) Support for tracking API unit usage; |
| 29 | + - (AdWords) Full support for AdHoc reporting. |
| 30 | + |
| 31 | +--Google Ads API Team |
| 32 | + |
| 33 | +## Updates |
| 34 | + |
| 35 | + - [AdsCommon ChangeLog](https://github.com/googleads/google-api-ads-ruby/blob/master/ads_common/ChangeLog) |
| 36 | + - [AdWords library ChangeLog](https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/ChangeLog) |
| 37 | + - [DFP library ChangeLog](https://github.com/googleads/google-api-ads-ruby/blob/master/dfp_api/ChangeLog) |
0 commit comments