google-api-ads-ruby alternatives and similar gems
Based on the "Third-party APIs" category.
Alternatively, view google-api-ads-ruby alternatives based on common mentions on social networks and blogs.
-
instagram-ruby-gem
The official gem for the Instagram API -
twilio-ruby
A Ruby gem for communicating with the Twilio API and generating TwiML -
Slack Notifier
A simple wrapper for posting to slack channels -
tweetstream
A simple EventMachine-based library for consuming Twitter's Streaming API. -
fb_graph
This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead. -
ruby-gmail
A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages. -
databasedotcom
Ruby client for the Salesforce's Database.com and Chatter APIs. -
telegram-bot
Ruby gem for building Telegram Bot with optional Rails integration -
pivotal-tracker
Ruby gem that provides an AR-style interface for the Pivotal Tracker API -
hipchat-rb
HipChat HTTP API Wrapper in Ruby with Capistrano hooks -
gmail
A Rubyesque interface to Gmail, with all the tools you'll need. -
soundcloud-ruby
Official SoundCloud API Wrapper for Ruby. -
simple-slack-bot
You can easily make Slack Bot!! :star: -
itunes_store_transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter). -
Crowdin Ruby client
Ruby client library for Crowdin API -
flickr
An update of Scott Raymond's insanely easy flickr library -
pivotal-tracker-api
This is a Ruby Gem that can be used to communicate with the Pivotal Tracker API v5 -
Bearer Agent for Ruby
This gem is a Ruby Agent to monitor any API using Bearer.sh -
Trav3
A feature complete API client for Travis CI API Version 3 -
AW Datapipe
Unofficial ruby wrapper for the AWS SDK Data Pipeline API. -
Meaning Cloud API's wrapper (gem)
Meaning Cloud API's wrapper (gem)
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of google-api-ads-ruby or a related project?
README
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.
The AdWords API will sunset on April 27, 2022.
Upgrade to the Google Ads API Ruby client library.
New to the library? 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
Client library features
- Support for logging incoming and outgoing SOAP messages
- Support for logging request information
- Based on Savon library
- Ruby 2.1, 2.2, 2.3, and 2.4 compatible
- OAuth2 and OAuth2 JWT built-in authentication
- 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) Full support for reporting and BatchJobService uploads
Getting started
Install your library of choice using RubyGems.
$ gem install google-adwords-api
or
$ gem install google-dfp-api
Note: If you're using a version of Ruby lower than 2.2.2, you will need to manually install a previous version of Rack, a dependency of our HTTP library. You can do this with:
$ gem install rack -v 1.6.4
- Copy the sample config file (adwords_api.yml or ad_manager_api.yml) for your product to your home directory and fill out the required properties.
- Setup your OAuth2 credentials.
The AdWords and Ad Manager 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...
- See each product's individual README for more specific instructions:
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 blog for API change announcements and other news.
Logging
To enable logging, see the library-specific README files for AdWords or Ad Manager.
Updates
Contributing
See CONTRIBUTING.md for details on how to contribute.
This library has adopted the community-driven style guide hosted by bbatsov. Updates to the existing code base will be made incrementally to conform to the style defined there, and all new code will be subject to that style guide. Keep this in mind while crafting contributions.
Note: if you have an ad blocker active, you might experience issues while submitting an issue or pull request. You can still contribute by disabling the ad blocker for this project URL.