feat(Google Ads Node): Update api version to v11 (#4427)

This commit is contained in:
Jonathan Bennetts
2023-01-16 13:12:58 +00:00
committed by GitHub
parent f634f0dc59
commit dfff982662
3 changed files with 4 additions and 4 deletions

View File

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