Google Ads: Version v17 is deprecated. Requests to this version will be blocked

I am trying to connect Google Ads in n8n and I filled all the needed information but when I am executing Google ad connection, I am getting following error

{ "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v17.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "requestError": "UNSUPPORTED_VERSION" }, "message": "Version v17 is deprecated. Requests to this version will be blocked." } ], "requestId": "HNAJrBFR93IxOjJYZA27RQ" } ] } }

This is other informations:

Item Index: 0
Run Index: 0
Node type: n8n-nodes-base.googleAds
Node version: 1 (Latest)
n8n version: 1.98.2 (Cloud)
Time: 26/6/2025, 5:55:43 PM
Stack trace: NodeApiError: Bad request - please check your parameters at ExecuteSingleContext.httpRequestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/node-execution-

What can I do here?
I don’t think n8n providing way to change version of Google ads in Credential.

What is other solution here?

Hey @chirag.softnoesis,

This was fixed in 1.100.0 can you update your n8n instance?