> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Track form submissions with Meta Pixels

> Add a Facebook pixel to track when users open your form, transition to new pages and submit responses.

## What is a Meta Pixel?

A [**Meta Pixel**](https://www.facebook.com/business/help/742478679120153?id=1205376682832142) lets you track user behavior, like when a user opens a webpage. You can add tracking pixels on Facebook business accounts, and then use them in your Fillout forms!

<Info>
  This feature is available on **Business**, and **Enterprise** plans. Learn more about our pricing plans and advanced features [**here**](https://www.fillout.com/pricing).
</Info>

## How to use pixels in your form

<Steps>
  <Step title="Link your Fillout form to Meta Business Suite">
    Head over to `Integrate`, and click `Facebook Pixel`.

    <img src="https://mintcdn.com/fillout-005a867b/KpCJlInTXQ1aiAZz/images/Screenshot2025-11-18at2.16.46PM.png?fit=max&auto=format&n=KpCJlInTXQ1aiAZz&q=85&s=c540888cb275a4c512ad5db726e33656" alt="Screenshot 2025-11-18 at 2.16.46 PM.png" width="2649" height="1437" data-path="images/Screenshot2025-11-18at2.16.46PM.png" />

    Input your **Pixel ID**. Follow the instructions below to find your ID. Then, click `Finish setup`.

    <img src="https://mintcdn.com/fillout-005a867b/R7rMGlxIdHBwDsJR/images/Screenshot2025-02-13at2.15.07PM.png?fit=max&auto=format&n=R7rMGlxIdHBwDsJR&q=85&s=3b49eb08f78aa63774e027649982c20b" alt="Screenshot of the Fillout form creation page" width="2193" height="1141" data-path="images/Screenshot2025-02-13at2.15.07PM.png" />
  </Step>

  <Step title="Publish and share your form">
    That's it! Click `Publish` in the upper right corner.

    When someone submits your form with your public form link, you will get events in your Events Manager, which look like the image below.
  </Step>
</Steps>

## How to check event details

On Meta Business Suite, if you click on one of the generated **Fillout events** (**Fillout.FormPageViewed** or **Fillout.FormSubmitted**) you will be able to `View details`.

<img src="https://mintcdn.com/fillout-005a867b/Xmrbb57aktfRGem_/images/eventdetails.png.avif?fit=max&auto=format&n=Xmrbb57aktfRGem_&q=85&s=7a2ab45d8a9c6370048e5cc3f799d9ba" alt="Eventdetails Png" width="2116" height="496" data-path="images/eventdetails.png.avif" />

In **Recent Activities**, you can see parameters that were passed to the pixel.

* **content\_category** - the form's unique ID
* **value** - the number of the page or step in the form that the user viewed (e.g., if the user was on the 6th page of the form, the value sent would be "6")

<Note>
  It can take between 2 to 5 minutes for new events to show up in your Events Manager.
</Note>

If you need to be GDPR compliant, you will want to [display a cookie banner](https://www.fillout.com/help/cookie-consent) on the form, which can be toggled in the form settings.

## Other similar integrations

<CardGroup cols={3}>
  <Card title="Track conversion data in Google Ads" color="#FFC738" icon="google-plus-g" iconType="regular" href="/google-ads-conversions">
    Use email, GCLID, address, and more.
  </Card>

  <Card title="Track data with Google Tag Manager" color="#FFC738" icon="tags" iconType="regular" href="/google-tag-manager">
    Check conversions and ROI through responses.
  </Card>
</CardGroup>
