Send your Facebook Lead Ads (Meta) data to Looker Studio, Power BI, Google Sheets, Excel, Tableau, Google BigQuery, Amazon S3, Azure Blob Storage, Snowflake, MySQL, PostgreSQL, Python, Azure SQL, Amazon Redshift, Databricks
Facebook Lead Ads (Meta) Field Reference

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": "[email protected]"
}
]
}
Fields
ID | Type | Name | Description |
---|---|---|---|
Loading... |