kevin-lxh / google-api-ads-ruby

Ads API Client Libraries for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ads API Client Libraries for Ruby

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.

The Ruby client libraries make it easier to write Ruby clients to programmatically access your accounts.

New to the library? Check out the Getting Started video screencast on YouTube and take a look at the wiki for this project.

Want to stay up-to-date with our latest releases? Subscribe to the master RSS feed on GitHub.

Products currently supported

  • Google AdWords API
  • Google's DoubleClick For Publishers API

Client Library Feature

  • Support for logging incoming and outgoing SOAP messages
  • Support for logging request information
  • Based on Savon backend
  • Ruby 2.1 and 2.2 compatible
  • OAuth2 and OAuth2 JWT built-in authentication
  • Support for API calls to different environments (Production, Sandbox)
  • Local validation for parameter number and type on API calls
  • Thread-safe
  • Ruby-like syntax, by converting all method names and properties to snake_case instead of lowerCamelCase
  • Simplified development model by using arrays and hashes instead of solid objects
  • (AdWords) Support for tracking API unit usage
  • (AdWords) Full support for AdHoc reporting

Getting started

  1. Install your library of choice using Rubygems.
$ gem install google-adwords-api
$ gem install google-dfp-api
  1. Copy the sample config file (adwords_api.yml or dfp_api.yml) for your product to your home directory and fill out the required properties.
  1. Setup your OAuth2 credentials.

The AdWords and DoubleClick for Publishers APIs use OAuth2 as the authentication mechanism. Follow the appropriate guide below based on your use case.

If you're accessing an API using your own credentials...

If you're accessing an API on behalf of clients...

  1. See each language's individual README for more specific instructions from here

Submitting bug reports and/or feature requests

If you have issues directly related to the client library, use the issue tracker.

If you have issues pertaining to a specific product, use the product support forums:

Make sure to subscribe to our Google Plus page for API change announcements and other news.

Logging

To enable logging, see the library-specific README files for AdWords and DFP.

Updates

About

Ads API Client Libraries for Ruby

License:Apache License 2.0


Languages

Language:Ruby 99.9%Language:HTML 0.1%Language:CSS 0.0%Language:JavaScript 0.0%Language:Python 0.0%