I’m trying to connect Google Ads to n8n using the built-in Google Ads node but keep getting this error:
“User doesn’t have permission to access customer. The manager’s customer id must be set in the login-customer-id header.”
My setup:
-
n8n version: 2.9.4 (Cloud)
-
Manager Customer ID: 5265075568
-
Client Customer ID: 5788139011
-
Developer Token: Basic Access (approved)
-
Authentication: OAuth2 with [email protected]
-
The client account IS linked under the manager account
-
OAuth app is In Production in GCP
I also tried using an HTTP Request node with the login-customer-id header set manually but still get 403 Forbidden.
Has anyone solved this? Is there a known issue with the Google Ads node not passing the login-customer-id header correctly?