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

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.1.1 to 7.2.5. Release notes Sourced from protobufjs's releases. protobufjs: v7.2.5 7.2.5 (2023-08-21) Bug Fixes crash in comment parsing (#1890) (eaf9f0a) deprecation warning for new Buffer (#1905)...

dependencies 🔺

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies 🔺

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies 🔺

I'm trying to add, remove blocked ip criterions, i tested my request with deliberately false criterion_id's (when removing) or invalid ip addresses, when adding google's api correctly tells me that...

Hello, i have a very sstrange problem. The library works very well on local, but when i use it in my cloud functions, i have an error that says the...

I have operation like this: {"entity":"ad_group_criterion","operation":"create","resource":{"ad_group":"customers/123/adGroups/123","type":10,"age_range":{"type":"AGE_RANGE_55_64"},"gender":{"type":"MALE"}}}] But the response just does not include the age range: {"mutate_operation_responses":[{"ad_group_criterion_result":{"resource_name":"customers/1248315497/adGroupCriteria/155101507154~10","ad_group_criterion":{"url_custom_parameters":[],"disapproval_reasons":[],"labels":[],"final_urls":[],"final_mobile_urls":[],"resource_name":"customers/1248315497/adGroupCriteria/155101507154~10","status":"ENABLED","quality_info":null,"position_estimates":null,"effective_cpc_bid_source":"UNSPECIFIED","effective_cpm_bid_source":"UNSPECIFIED","effective_cpv_bid_source":"UNSPECIFIED","type":"UNSPECIFIED","effective_percent_cpc_bid_source":"UNSPECIFIED","system_serving_status":"UNSPECIFIED","approval_status":"UNSPECIFIED","display_name":"","gender":{"type":"MALE"},"criterion":"gender","criterion_id":"10","_criterion_id":"criterion_id","ad_group":"customers/1248315497/adGroups/155101507154","_ad_group":"ad_group","negative":false,"_negative":"negative"}},"response":"ad_group_criterion_result"}],"partial_failure_error":null} Any update from gg right? Before it was still ok.

Hi, Could you please export the function 'buildQuery' so it can be used directly to transform some report options to queries? Thank you.

hello first time question when i do npm i to "google-ads-api": "^13.0.1" , i get from this package high severity risk: maybe do you know who to address this issue...

While using the api I noticed that ConstraintType1 does not support "IS NULL" and "IS NOT NULL" checks as a value is required by the type. Thus I made the...

It is currently not possible to update nullable fields to null because the `recursiveFieldMaskSearch` function fails when it tries to extract `Object.keys` from null. This behaviour is happening because `typeof...