{"id":13880432,"url":"https://github.com/googleads/google-api-ads-ruby","last_synced_at":"2025-05-15T01:07:02.156Z","repository":{"id":2290583,"uuid":"3248492","full_name":"googleads/google-api-ads-ruby","owner":"googleads","description":"Ad Manager SOAP API Client Libraries for Ruby","archived":false,"fork":false,"pushed_at":"2025-02-24T19:31:28.000Z","size":14442,"stargazers_count":298,"open_issues_count":7,"forks_count":229,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-05-09T18:10:00.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-01-23T17:07:05.000Z","updated_at":"2025-02-24T19:31:32.000Z","dependencies_parsed_at":"2023-01-13T12:45:17.580Z","dependency_job_id":"fb88fbd9-e597-4d95-9bb9-f8c1654e7a42","html_url":"https://github.com/googleads/google-api-ads-ruby","commit_stats":{"total_commits":648,"total_committers":33,"mean_commits":"19.636363636363637","dds":0.6604938271604939,"last_synced_commit":"3e802324fbfb02b9f53aaa91013bb1e5e25f9581"},"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogle-api-ads-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogle-api-ads-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogle-api-ads-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogle-api-ads-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleads","download_url":"https://codeload.github.com/googleads/google-api-ads-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254041,"owners_count":22039792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T08:03:01.873Z","updated_at":"2025-05-15T01:06:57.141Z","avatar_url":"https://github.com/googleads.png","language":"Ruby","readme":"# Ad Manager SOAP API Client Libraries for Ruby\n\nThis project hosts the Ruby client library for Google Ad Manager, as well as the\nAds SOAP API common framework for Ruby.\n\nThe Ruby client libraries make it easier to write Ruby clients to\nprogrammatically access your accounts.\n\n**New to the library?** Take a look at the [wiki for this project](https://github.com/googleads/google-api-ads-ruby/wiki).\n\n**Want to stay up-to-date with our latest releases?** Subscribe to the\n[master RSS feed on GitHub](https://github.com/googleads/google-api-ads-ruby/commits/HEAD.atom).\n\n## Products currently supported\n\n - Google Ad Manager API [![DFP Gem Version](https://badge.fury.io/rb/google-dfp-api.svg)](https://badge.fury.io/rb/google-dfp-api)\n\n## Client library features\n\n - Support for logging incoming and outgoing SOAP messages\n - Support for logging request information\n - Based on Savon library\n - Ruby \u003e=3.1 compatible\n - OAuth2 and OAuth2 JWT built-in authentication\n - Local validation for parameter number and type on API calls\n - Thread-safe\n - Ruby-like syntax, by converting all method names and properties to\n   snake\\_case instead of lowerCamelCase\n - Simplified development model by using arrays and hashes instead of solid\n   objects\n\n## Getting started\n\n1. Install the library using RubyGems.\n\n        $ gem install google-dfp-api\n\n1. Copy the sample config file to your home directory and fill out the\nrequired properties.\n\n  * [ad_manager_api.yml](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/ad_manager_api/ad_manager_api.yml)\n\n1. Setup your OAuth2 credentials.\n\n  The Ad Manager APIs use [OAuth2](http://oauth.net/2/) as the\nauthentication mechanism. Follow the appropriate guide below based on your use\ncase.\n\n  **If you're accessing an API using your own credentials...**\n\n  * [Using Ad Manager](https://github.com/googleads/google-api-ads-ruby/wiki/API-access-using-own-credentials-(server-to-server-flow))\n\n  **If you're accessing an API on behalf of clients...**\n\n  * [Developing a web application (Ad Manager)](https://github.com/googleads/google-api-ads-ruby/wiki/API-access-on-behalf-of-your-clients-(web-flow))\n\n1. See each product's individual README for more specific instructions:\n\n  * [Ad Manager](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/ad_manager_api/README.md)\n\n## Submitting bug reports and/or feature requests\n\nIf you have issues directly related to the client library, use the [issue tracker](https://github.com/googleads/google-api-ads-ruby/issues).\n\nIf you have issues pertaining to a specific product, use the product support forums:\n\n* [Ad Manager](https://groups.google.com/forum/#!forum/google-doubleclick-for-publishers-api)\n\nMake sure to subscribe to [our blog](https://googleadsdeveloper.blogspot.com) for API change announcements and other news.\n\n## Logging\n\n To enable logging, see the library-specific README: [Ad Manager](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/ad_manager_api/README.md#how-do-i-enable-logging).\n\n## Updates\n\n - [AdsCommon ChangeLog](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/ads_common/ChangeLog)\n - [Ad Manager library ChangeLog](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/ad_manager_api/ChangeLog)\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/googleads/google-api-ads-ruby/blob/HEAD/CONTRIBUTING.md)\nfor details on how to contribute.\n\nThis library has adopted the [community-driven style guide](https://github.com/bbatsov/ruby-style-guide)\nhosted by bbatsov. Updates to the existing code base will be made incrementally\nto conform to the style defined there, and all new code will be subject to that\nstyle guide. Keep this in mind while crafting contributions.\n\nNote: if you have an ad blocker active, you might experience issues while\nsubmitting an issue or pull request. You can still contribute by disabling the\nad blocker for this project URL.\n","funding_links":[],"categories":["Ruby","Third-party APIs"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogle-api-ads-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleads%2Fgoogle-api-ads-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogle-api-ads-ruby/lists"}