Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

google-api-ads-ruby

> 编程语言
Open source

Ad Manager SOAP API Client Libraries for Ruby

303 stars0 likes1 views
WebsiteGitHub

About

Ad Manager SOAP API Client Libraries for Ruby

Ad Manager SOAP API Client Libraries for Ruby

This project hosts the Ruby client library for Google Ad Manager, as well as the Ads SOAP API common framework for Ruby.

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

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

  • Google Ad Manager API

Client library features

  • Support for logging incoming and outgoing SOAP messages
  • Support for logging request information
  • Based on Savon library
  • Ruby >=3.1 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

Getting started

  1. Install the library using RubyGems.

     $ gem install google-dfp-api
    
  2. Copy the sample config file to your home directory and fill out the required properties.

  • ad_manager_api.yml
  1. Setup your OAuth2 credentials.

The 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...

  • Using Ad Manager

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

  • Developing a web application (Ad Manager)
  1. See each product's individual README for more specific instructions:
  • Ad Manager

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:

  • Ad Manager

Make sure to subscribe to our blog for API change announcements and other news.

Logging

To enable logging, see the library-specific README: Ad Manager.

Updates

  • AdsCommon ChangeLog
  • Ad Manager library ChangeLog

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.

Issues· 8 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Ruby

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言