{"id":17640575,"url":"https://github.com/opteo/google-ads-node","last_synced_at":"2025-05-16T07:05:26.678Z","repository":{"id":37431296,"uuid":"170365356","full_name":"Opteo/google-ads-node","owner":"Opteo","description":"Google Ads API client library for Node.js","archived":false,"fork":false,"pushed_at":"2025-03-10T10:42:21.000Z","size":42208,"stargazers_count":68,"open_issues_count":12,"forks_count":36,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-04T06:03:23.072Z","etag":null,"topics":["adwords","google-ads","grpc","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://opteo.com","language":"JavaScript","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/Opteo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2019-02-12T18:00:04.000Z","updated_at":"2025-04-08T00:39:10.000Z","dependencies_parsed_at":"2024-06-18T15:31:16.573Z","dependency_job_id":"6a52daa4-35b3-4636-a640-846d1fe837cb","html_url":"https://github.com/Opteo/google-ads-node","commit_stats":{"total_commits":276,"total_committers":15,"mean_commits":18.4,"dds":"0.39855072463768115","last_synced_commit":"c8e40bb8939d4c1e0cf4b8f69bd9376933cfe7df"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opteo%2Fgoogle-ads-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opteo%2Fgoogle-ads-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opteo%2Fgoogle-ads-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opteo%2Fgoogle-ads-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Opteo","download_url":"https://codeload.github.com/Opteo/google-ads-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270645,"owners_count":22042859,"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":["adwords","google-ads","grpc","nodejs","typescript"],"created_at":"2024-10-23T06:03:55.625Z","updated_at":"2025-05-16T07:05:21.671Z","avatar_url":"https://github.com/Opteo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/opteo/google-ads-node\"\u003e\n    Google Ads Node\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Google Ads API client library for Node.js\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://developers.google.com/google-ads/api/docs/release-notes\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/google%20ads-v17-009688.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/google-ads-node\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/google-ads-node.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/google-ads-node.svg?style=flat-square\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opteo.com\"\u003e\n    \u003cimg src=\"https://app.opteo.com/favicon.png\" width=\"90\" height=\"90\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## ⚠️ Warning ⚠️\n\nYou're probably looking for our easy-to-use Google Ads API client library [google-ads-api](https://github.com/opteo/google-ads-api).\n\nThis library (google-ads-node) is the compiled output of the experimental [Google Ads API Bazel build files](https://github.com/googleapis/googleapis/tree/master/google/ads/googleads#build-files-experimental), and will require some work to use as a standalone library, for which we currently provide no documentation.\n\n## Install\n\n```\nnpm install google-ads-node\n```\n\n## Upgrading API Versions\n\n1. Update to the latest `gapic-tools` version in `/package/googleads-nodejs/package.json`.\n1. Update to the latest `google-gax` version in `/package/googleads-nodejs/package.json` \u0026 `/package.json`.\n1. Update `GOOGLE_ADS_VERSION` in the Makefile to the latest version (if required).\n1. Run `make protos` to pull in the new protos and compile them. This command will take around 10 minutes. There are often errors here that need to be fixed due to changes in bazel, the docker image, or the protos themselves. Fix these errors as they come up.\n1. If upgrading to a new major version delete the old version folders from `package/googleads-nodejs/protos/google/ads/googleads/{OLD_VERSION}`, `package/googleads-nodejs/src/{OLD_VERSION}` and `package/googleads-nodejs/samples/generated/{OLD_VERSION}`.\n1. Run `yarn` to prepare the package and install the latest dependencies.\n1. You may find that the tsc build fails because of camelcase issues. If so, make sure that the `compile-protos` command in `/package/googleads-nodejs/package.json` includes all required arguments, like so: `compileProtos --keep-case --force-number src`\n1. Update any references to old version numbers in `tests/protos.js`.\n1. Run `yarn test` to make sure everything worked.\n1. Double check that any files that should have been updated have been.\n1. Update the readme to reflect the new Google Ads API version number\n1. Make a pull request, get it approved and merged into `master`.\n1. Publish to npm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopteo%2Fgoogle-ads-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopteo%2Fgoogle-ads-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopteo%2Fgoogle-ads-node/lists"}