google-ads-node icon indicating copy to clipboard operation
google-ads-node copied to clipboard

Google Ads API client library for Node.js

Results 20 google-ads-node issues
Sort by recently updated
recently updated
newest added

Unfortunately most of the changes are meaningless, like replacing "e.g." to "for example" in every file. But besides that there are lots of additions in v11.1 since v11, see https://developers.google.com/google-ads/api/docs/release-notes#v11_1...

Hi, please regenerate proto for recently published v11.1. Lots of fields were added. https://developers.google.com/google-ads/api/docs/release-notes#v11_1

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Hi, I've some time to invest in order to optimize this lib so it will be more suitable for production use (#83 #87 #84) But I'm not getting the structure...

Hi, Thank you for building these libraries! I've successfully been using the companion google-ads-api library but I can't see how to add developerToken / authorize the services in this library....

Hi, I'm trying to improve install size of my app, and looks like `google_ads_node` is the biggest package :| ![image](https://user-images.githubusercontent.com/9304194/149666368-7a04368f-3833-4b10-bd58-f4a5a7378cc9.png)

Several of us on newer M1 laptops were unable to perform several upgrade steps: - Running `yarn`, which in turn runs `compileProtos` from `google-gax`, fails - Running `make protos` at...

bug
help wanted

I am runing this code ``` const { GoogleAdsApi, services: { KeywordSeed }, } = require('google-ads-api'); // package v5.2.0 = Google Ads API to v7 (async () => { const...

### I'm submitting a ... - [ ] bug report - [] feature request - [X] question about the decisions made in the repository - [ ] question about how...

help wanted
discussion :taco:

Hi, first of all thank you for this package 🙏🏼 I've noticed that my service at production env get's restarted due to high memory usage. I've debugged it, and looks...