Skip to content

Commit 8569c18

Browse files
author
Flintlozk
committed
Set Google Ads API to V2
1 parent 419cc6b commit 8569c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

get-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GoogleAdsReport {
1818
constructor(configs, accessToken) {
1919
this.configs = configs;
2020
this.accessToken = accessToken
21-
this.version = "v1";
21+
this.version = "v2";
2222
this.auth = new GoogleAdsAuth(configs);
2323
}
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itopplus/node-google-ads-api",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "Unofficial NodeJs Google Ads API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)