Describe the problem/error/question
Google sunset v21 support for the Google Ads API. This was telegraphed multiple times by Google, and unfortunately n8n has not updated the native node to account for that.
Requesting that this node be updated ASAP, as it is breaking a number of our ad reporting workflows, and we would rather not replace everything with HTTP requests.
Thank you.
What is the error message (if any)?
{
"errorMessage": "Bad request - please check your parameters [item 0]",
"errorDescription": "Request contains an invalid argument.",
"errorDetails": {
"rawErrorMessage": [
"Request failed with status code 400"
],
"httpCode": "400",
"errorData": {
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v21.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "UNSUPPORTED_VERSION"
},
"message": "Version v21 is deprecated. Requests to this version will be blocked."
}
],
"requestId": "B3xOfhMsRn2-pHE-MA3VQg"
}
]
}
}
},
"n8nDetails": {
"nodeName": "Get Google Ads Metrics",
"nodeType": "n8n-nodes-base.googleAds",
"nodeVersion": 1,
"resource": "campaign",
"operation": "getAll",
"itemIndex": 0,
"runIndex": 0,
"time": "8/13/2026, 9:55:45 AM",
"n8nVersion": "2.34.5 (Self Hosted)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: Bad request - please check your parameters",
" at ExecuteSingleContext.httpRequestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helpers/authentication.ts:145:9)",
" at processTicksAndRejections (node:internal/process/task_queues:104:5)",
" at ExecuteSingleContext.httpRequestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helpers/factory.ts:119:11)",
" at RoutingNode.rawRoutingRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/routing-node.ts:547:20)",
" at RoutingNode.makeRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/routing-node.ts:741:19)",
" at async Promise.allSettled (index 0)",
" at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/routing-node.ts:250:29)",
" at ExecuteContext.versionedNodeType.execute (/usr/local/lib/node_modules/n8n/src/node-types.ts:109:18)",
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1082:8)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.1_@opentelemetry+exporter-trace-otlp_5fb55fe16e47a8b43ddf1e6f25750496/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1382:11)"
]
}
}
Please share your workflow
Not necessary.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
See error above
Information on your n8n setup
- n8n version: 2.34.5
- Database (default: SQLite): dft
- n8n EXECUTIONS_PROCESS setting (default: own, main): dft
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-143-generic x86_64)