Google Ads

Hello guys!

I’m trying to use google ads node, but without success.

Has anyone had this error? How to solve ?

Request failed with status code 403

{
“meta”: {
“instanceId”: “fd1618dacb757ae9ccae72020f16d8e40319614605741762ce8857a13e62968d”
},
“nodes”: [
{
“parameters”: {},
“id”: “92c11fba-b962-49a5-a973-fe95321d52cf”,
“name”: “Start”,
“type”: “n8n-nodes-base.start”,
“typeVersion”: 1,
“position”: [
100,
300
]
},
{
“parameters”: {
“managerCustomerId”: “1986481239”,
“clientCustomerId”: “5363824697”,
“additionalOptions”: {}
},
“id”: “889f5e06-5c80-4b21-bd7e-803e4166023a”,
“name”: “Google Ads”,
“type”: “n8n-nodes-base.googleAds”,
“typeVersion”: 1,
“position”: [
360,
300
],
“credentials”: {
“googleAdsOAuth2Api”: {
“id”: “29”,
“name”: “Google Ads account”
}
}
}
],
“connections”: {
“Start”: {
“main”: [
[
{
“node”: “Google Ads”,
“type”: “main”,
“index”: 0
}
]
]
}
}
}

Hey @Sarreta,

Welcome to the community :tada:

A 403 is normally a permission or authentication issue, if you expand the details for the error does it say anything else?