Skip to content

Commit

Permalink
feat: update google api version to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
willch1241 committed Oct 1, 2024
1 parent e0fd9a4 commit dbd3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/google/ads/lib/api_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class GoogleAdsApiClient {
url,
data,
headers,
baseURL: "https://googleads.googleapis.com/v15/",
baseURL: "https://googleads.googleapis.com/v17/",
});
if (process.env.ACTION_HUB_DEBUG) {
const apiResponse = lodash.cloneDeep(response);
Expand Down

0 comments on commit dbd3495

Please sign in to comment.