Lead Ads

Capture leads in Facebook ads — lead ads provide people with a quick and privacy-safe way to sign up to receive information from your business.

How it works

Lead ads make forms simple for people and more valuable for businesses. Set up a lead ad where prospective customers can sign up for what you're offering and you'll get accurate contact information to follow up.

The form is mobile-friendly and uses information people already shared with Facebook. It's easier and faster for people to reach businesses — and advertisers get accurate, actionable information. Learn more about Lead Ads.

Before you begin

To get started with lead ads, you will need the following:

  • Facebook Page
    Gives your business a presence on Facebook and helps you connect with customers. See Facebook for Business or Create a new Page. All leads generated via a lead ad belong to the Facebook Page.

  • Instagram Account (optional)
    This is required if you want to run a lead ad on Instagram. The leads generated via the ad still belong to the Facebook Page.

  • Facebook app
    Can be any third-party app, such as a website, mobile app, or script. The app enables the Marketing API to integrate with Facebook. Each app has an app ID you use whenever you use one of our SDKs or Open Graph tags for sharing. Find your app ID in your App Dashboard. Learn more about how to create an app and app ID.

  • Test App(optional)
    Quickly create Facebook app IDs for use during development, testing, staging, or QA phases. Test apps have their own app ID and independent settings and are helpful in pre-production. See Test Apps.

  • App Review
    To retrieve lead data, your app must undergo App Review. You must include the leads_retrieval and pages_manage_ads permissions in your submission. Check our Submitting for Review guide for details. After approval, you will be asked to complete Business Verification.

  • Access Token
    All apps that access Facebook need an access token, or you can get a token when you create your new app. You can obtain access tokens via a number of methods. See the access tokens documentaiton for more information on the different types and how to get them.
    Access tokens can be short or long-lived. You should not depend on these lifetimes remaining the same as they may change without warning or expire early.

User access tokens are rate-limited based on active users on the app, which is usually one for lead ad integrations. We strongly recommend using Page access tokens because they're rate-limited based on active users on the Page.

Limitations

You will not be able to retrieve leads if your app is in Development mode. For testing purposes, Development mode app users can access leads submitted by someone with a role in that same app. See App Roles for more information.

Note: Apps in Live mode continue to have access to all leads.

Create a New Lead Ad

  1. Create a form to use for the lead ad.
  2. Create the ad in the Ads Manager or with the Marketing API and associate the form ID. See Lead Ads, Creating.

Integrating CRMs

With Facebook lead ads, you can set up the leads you receive from Facebook to be instantly updated into your CRM system. Your options include:

Conversions API integration

To see a better performance in your lead ads, you can choose to share your CRM data about your leads back to Meta to unlock quality lead optimization. This allows us to better optimize for quality leads by using data on which generated leads turned out to be quality leads from your CRM directly.

See more information about connecting your CRM to the Conversions API in the Conversion Leads CRM Integration guide.

Retrieve Leads

To read lead data, you need Page Admin access or flexible permissions. With the latter, you retrieve leads without Page Admin access.

Ways to Retrieve Leads

  • Bulk read with the Graph API — Retrieve the leads as JSON objects, making it easy to integrate and map data. This is suitable if you want to fetch new leads a few times a day. For more frequent updates, use Webhooks. See Retrieving Leads: Bulk Reading for more information.
  • Webhooks — Good for CRM integration with Facebook to receive leads in real-time. Retrieve every new lead in real time. Every time a new lead is submitted, an update is sent to your endpoint to notify you that a new lead is available. You can then fetch the information of the lead by accessing the Marketing API. See How to use our Webhooks for more information.
  • Leads Center — See Manage and download your leads in Meta Busines Suite for more information.