We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419cc6b commit 8569c18Copy full SHA for 8569c18
get-report.js
@@ -18,7 +18,7 @@ class GoogleAdsReport {
18
constructor(configs, accessToken) {
19
this.configs = configs;
20
this.accessToken = accessToken
21
- this.version = "v1";
+ this.version = "v2";
22
this.auth = new GoogleAdsAuth(configs);
23
}
24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@itopplus/node-google-ads-api",
3
- "version": "1.0.4",
+ "version": "1.0.6",
4
"description": "Unofficial NodeJs Google Ads API",
5
"main": "index.js",
6
"scripts": {
0 commit comments