{"id":17640684,"url":"https://github.com/kritzware/adwords-js","last_synced_at":"2026-04-27T23:34:59.801Z","repository":{"id":85620282,"uuid":"86634687","full_name":"kritzware/adwords-js","owner":"kritzware","description":"Node.js unofficial library for Google AdWords API","archived":false,"fork":false,"pushed_at":"2017-04-22T10:52:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T06:39:49.875Z","etag":null,"topics":["adwords","google","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kritzware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-29T22:21:29.000Z","updated_at":"2017-04-20T21:52:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"92a48588-e132-4a2f-a769-317d355025f0","html_url":"https://github.com/kritzware/adwords-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kritzware/adwords-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kritzware%2Fadwords-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kritzware%2Fadwords-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kritzware%2Fadwords-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kritzware%2Fadwords-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kritzware","download_url":"https://codeload.github.com/kritzware/adwords-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kritzware%2Fadwords-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","javascript","nodejs"],"created_at":"2024-10-23T06:05:13.799Z","updated_at":"2026-04-27T23:34:59.785Z","avatar_url":"https://github.com/kritzware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adwords-js\nNode.js unofficial library for Google AdWords API\n\n**NOTE:** This package is unfinished and not suitable for production use as of yet.\n\n## Requirements\nA valid Adwords **`developerToken`**, **`clientCustomerId`** and **`accessToken`**\n\n## Example\n```javascript\nconst Adwords = require('adwords-js')\n\nconst adwords = new Adwords({\n  developer_token     : 'your_developer_token',\n  client_customer_id  : 'your_client_customer_id',\n  access_token        : 'your_access_token'\n})\n\n/* Construt AWQL query */\nconst awql = adwords.build({\n  report: 'KEYWORDS_PERFORMANCE_REPORT',\n  fields: [\n    \"Id\",\n    \"Criteria\",\n    \"Clicks\",\n    \"Cost\",\n    \"Impressions\"\n  ],\n  date: {\n    from : '2017-04-18',\n    to   : '2017-04-22'\n    // range: 'LAST_7_DAYS'\n  }\n})\n/*\n  SELECT+Id,Criteria,Clicks,Cost,Impressions+FROM+KEYWORDS_PERFORMANCE_REPORT+DURING+20170418,20170422\n*/\n\nadwords.query(awql)\n.then(res =\u003e {\n  /*\n  [ \n    { 'Keyword ID': 295056043,\n      Keyword: 'keyword1',\n      Clicks: 0,\n      Cost: 0,\n      Impressions: 0\n    },\n    { 'Keyword ID': 41943402,\n      Keyword: 'keyword2',\n      Clicks: 0,\n      Cost: 0,\n      Impressions: 0\n    } \n  ]\n  */\n})\n.catch(err =\u003e {\n  // e.g. \"AuthenticationError.OAUTH_TOKEN_INVALID\"\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritzware%2Fadwords-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkritzware%2Fadwords-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritzware%2Fadwords-js/lists"}