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

Google Ads API client library for Node.js

Results 51 google-ads-api issues
Sort by recently updated
recently updated
newest added

Hi there, I'm trying to use a service account with this library. Is that possible? I've gone through the process of setting up the service account, I have the client...

I don't see anything in the documentation that touches on search terms reports or negative keyword lists. Is there an example of how to simply export 30 days of search...

google ads question :question:

When running this query, querying for ad group id, we are seeing an odd key come back `idfromclick_viewwhereclick_view`. Has anyone seen this sort of thing before? This is the query...

I could not find the way to update `bid_modifier` of `campaign_cirterion` to `null` When I use the following code to update `campaign_criterion`'s `bid_modifier`, it works when I provide a number...

bug :warning:

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 folks, it's me again! 👋🏻 Package version: 5.2.0 While trying to create an `account_budget` with: ```javascript customer.mutateResources([ { entity: "account_budget", resource: billing_setup_request, operation: "create" } ]), ``` or with...

bug :warning:

Hi guys, I'm running this code: ``` (async () => { const client = new GoogleAdsApi({ client_id: process.env.GOOGLE_ADS_CLIENT_ID, client_secret: process.env.GOOGLE_ADS_CLIENT_SECRET, developer_token: process.env.GOOGLE_ADS_DEVELOPER_TOKEN, }); const customer = client.Customer({ customer_id: process.env.GOOGLE_ADS_CLIENT_CUSTOMER_ID, refresh_token:...

google ads issue ❕

According to the Google Documentation, to set a keyword's cpc bid to the default (ad group level or campaign level) you should make an update call with the cpc_bid_micros set...

bug :warning:

Hey, can someone confirm I can use this with AWS Lambda? I've been trying to use GAds API with lambda but my functions keep timing out. I've tried with 1...

discussion 🗣️

Hi all, Trying to debug an issue with Google support and they are requesting the raw request/response logs, not just the `request_id`. In earlier versions of the library we used...

feature request :bulb: