Google Ads Node V17 Error

Describe the problem/error/question

Hey there. I was trying to connect google ads node with n8n but I get the following error. I believe it’s because of the v17 version of Google ads node.

What is the error message (if any)?

Bad request - please check your parameters
Request contains an invalid argument.

Please share your workflow

Share the output returned by the last node

From Google Ads

Error code

400

Full message

Request failed with status code 400

Error data

{ "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": "VD_SnJQw0kBXaQyS_fa9QA" } ] } }

Information on your n8n setup

  • **n8n version:**[email protected]
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Mac

Hi @Many_Points_Digital
This issue has been fixed in [email protected] please update your n8n version and let us know if you still experience any problems.

1 Like