Facebook Lead Ads Field Reference

Sample
The Facebook Lead Ads (facebook_leads) connector pulls Facebook Leads Ads data on a lead level. The supported fields can be found in the table below.
A sample query looks like this:
https://connectors.windsor.ai/facebook_leads?api_key=<APIKEY>&date_preset=last_28d&fields=account_name,account_id,campaign,ad_set_name,ad_name,email
And returns data in the following format:
{
"data": [
{
"account_name": "Pied Piper",
"account_id": "1234567898012345",
"campaign": "Facebook_Leads_Campaign",
"ad_set_name": "AdSet_1",
"ad_name": "LeadAd_Acquisition_35",
"email": "peter@piedpiper.com"
}
]
}
Fields
ID | Type | Name | Description |
---|---|---|---|
account_id | TEXT | Account ID | The Page ID of the Facebook Page |
account_name | TEXT | Account Name | The Page Name of the Facebook Page |
ad_name | TEXT | Ad Name | Ad name for the Lead Ad |
adset_id | TEXT | Ad Set ID | Ad Set ID for the Lead Ad |
adset_name | TEXT | Ad Set Name | Ad Set name for the Lead Ad |
campaign | TEXT | Campaign Name | Campaign name for the Lead Ad |
campaign_id | TEXT | Campaign ID | Campaign ID for the Lead Ad |
created_time | DATE | Created Time | Time this object was created |
date | DATE | Date | The dimension that determines how date-based data in a chart |
date_start | DATE | Reporting Starts | The start date for your data. This is controlled by the date range you've selected for your reporting view. |
date_stop | DATE | Reporting Ends | The end date for your data. This is controlled by the date range you've selected for your reporting view. |
TEXT | |||
form_id | TEXT | Form ID | Form ID used for the Lead Ads |
full_name | TEXT | Full Name | |
id | TEXT | ID | ID of the LeadGenInfo object |