Describe the problem/error/question
When I download the meta lead form .csv from facebook I get the Campaign details such as the campaign ID but when I extract the same form submission data using the facebook lead ad trigger I don’t get the campaign details
Trigger Response:
{
“id”: “9999999999999999”,
“data”: {
“what_type_of_business_do_you_operate?”: “mock_business_type”,
“what_is_your_primary_purpose_for_applying_for_the_card?”: “mock_purpose”,
“first_name”: “John”,
“email”: “``[email protected]``”,
“phone_number”: “+911234567890”,
“city”: “MockCity”,
“company_name”: “MockCompany Pvt Ltd”
},
“form”: {
“id”: “111111111111111”,
“name”: “Mock Form Name”,
“locale”: “en_US”,
“status”: “ACTIVE”
},
“ad”: {
“id”: “222222222222222”,
“name”: “Mock Ad Name”
},
“adset”: {
“id”: “333333333333333”,
“name”: “Mock Adset Name”
},
“page”: {
“name”: “MockPage”,
“id”: “444444444444444”
},
“created_time”: “2026-01-01T00:00:00+0000”
}
Please share your workflow
Information on your n8n setup
- n8n version: 2.10.2
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: GCP Cloud Run




