Skip to content

Commit 203735c

Browse files
committed
Google Ads v22
1 parent 75f2d64 commit 203735c

1,453 files changed

Lines changed: 268972 additions & 202674 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ ARG GOOGLE_ADS_VERSION
99
# Install dependencies
1010
RUN apt update --allow-releaseinfo-change
1111
RUN apt-get update -y
12-
RUN apt-get install git wget pkg-config zip g++ zlib1g-dev unzip python-is-python3 software-properties-common default-jre -y
12+
RUN apt-get install git wget pkg-config zip g++ zlib1g-dev unzip python-is-python3 default-jre -y
1313
RUN apt-get install \
1414
python3 \
15-
python3-distutils \
1615
python3-apt -y
1716

1817
# Download Bazel

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Ads API version
22
# This only needs changing for major versions e.g. v8 -> v9
3-
GOOGLE_ADS_VERSION=v21
3+
GOOGLE_ADS_VERSION=v22
44

55
BUNDLE=googleads-nodejs.tar.gz
66
PACKAGE_BUILD=/package/googleads-nodejs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p align="center">
1212
<a href="https://developers.google.com/google-ads/api/docs/release-notes">
13-
<img src="https://img.shields.io/badge/google%20ads-v21-009688.svg?style=flat-square">
13+
<img src="https://img.shields.io/badge/google%20ads-v22-009688.svg?style=flat-square">
1414
</a>
1515
<a href="https://www.npmjs.com/package/google-ads-node">
1616
<img src="https://img.shields.io/npm/v/google-ads-node.svg?style=flat-square">

0 commit comments

Comments
 (0)