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

Could somebody assist in what is the right way to create a site_link_feed_item? I have this code where i pass all the details. I keep getting this error "Concrete sub...

google ads question :question:

Hi, Could you please help me with the way to print out the raw requests and responses that sent by this library? Thank you in advance!

Hi Team! I want to clear my point a bit more as to what I actually have to do. So, basically: - I have a React Web App and I...

Hi @wcoots, I tried finding an email for you but resorting to raising an issue here instead (sorry) Few questions/clarifications around the access token: 1. Does the library store the...

question ❔
tokens 🎟️

Why doesn't the update_mask field support it? Certain fields can be initialized to their default values by including the field in update_mask when requesting an update and not sending the...

feature request :bulb:

Hello, I'm writing to inquire whether this project currently supports using an HTTP proxy. Due to my company's information security policies, all external connections must pass through a k8s-proxy-squid. I've...

Hi, Thanks for maintaining this super helpful library! I am facing a new issue: It doesn't seem possible to change a Promotion Asset from "Money Amount Off" to "Percent Off"....

I've noticed when I copied and tried the error handling example in the readme, it was giving me typescript errored so figured I'd fix it. Thank you ✨ TypeScript error...

hi, when i updated my lambda function to the very latest version of google-ads-api i could no longer update my lambda function that doesn't use any other dependency because the...

``` const { GoogleAdsApi, services } = require("google-ads-api"); const keywords = ["crypto"]; const KeywordSeed = services.KeywordSeed; const keywordSeed = new KeywordSeed({ keywords: keywords }); console.time("keywords"); (async () => { const...