fix(Google Ads Node): Update to use v17 api (#11243)

This commit is contained in:
Jon
2024-10-14 14:13:15 +01:00
committed by GitHub
parent a7fc7fc229
commit 3d97f02a8d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ export class GoogleAds implements INodeType {
testedBy: {
request: {
method: 'GET',
url: '/v15/customers:listAccessibleCustomers',
url: '/v17/customers:listAccessibleCustomers',
},
},
},