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

# Set Up Meta Pixel Integration

> Learn how to add Meta Pixel to your landing pages in LanderLab to track browser-side conversions and optimize your Facebook and Instagram ad campaigns.

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/knZPEMnCw9rKRUgv/images/Landerlab---Meta-Pixel.webp?fit=max&auto=format&n=knZPEMnCw9rKRUgv&q=85&s=6d856c30c46c842d2cd5ee267c4cb713" alt="Landerlab Meta Pixel" width="1200" height="600" data-path="images/Landerlab---Meta-Pixel.webp" />
</Frame>

> Add Meta Pixel to your landing pages in LanderLab to track visitor actions, measure conversions, and send browser-side event data to Meta for ad optimization.

## What is Meta Pixel?

Meta Pixel is a small piece of JavaScript code that runs in the visitor's browser. When someone visits your landing page or takes an action (like clicking a button or submitting a form), the Pixel fires an event and sends that data to Meta.

This allows Meta to track conversions, build retargeting audiences, and optimize your Facebook and Instagram ad campaigns based on real visitor behavior.

<Note>
  Once you add a Meta Pixel integration, it is saved **globally** in your account. You can reuse it across multiple landing pages without entering the credentials again.
</Note>

***

## How to Add Meta Pixel

<Steps>
  <Step title="Go to your landing page">
    Navigate to **Landing Pages** and click the **name of the landing page** where you want to add Meta Pixel tracking.
  </Step>

  <Step title="Open the Integrations tab">
    Click **Add Integration** to open the integrations panel.
  </Step>

  <Step title="Select Meta Pixel">
    From the list of available integrations, find **Meta Pixel** (labeled as "Browser-side conversion tracking") and click on it. A configuration form will appear.
  </Step>

  <Step title="Fill in the required fields">
    Enter the following details:

    | Field        | Description                                                                                                                       |
    | :----------- | :-------------------------------------------------------------------------------------------------------------------------------- |
    | **Name**     | A label to identify this pixel (e.g. "Meta Pixel" or "Campaign Q3 Pixel"). This helps you recognize it when reusing across pages. |
    | **Pixel ID** | Your Meta Pixel ID. This is a numeric ID (e.g. `123456789012345`) found in Meta Events Manager.                                   |

    <Tip>
      To find your **Pixel ID**, go to [Meta Events Manager](https://business.facebook.com/events_manager), select your Pixel, and navigate to **Settings**. The Pixel ID is displayed at the top of the page.
    </Tip>
  </Step>

  <Step title="Click Add Meta Pixel">
    Click the **Add Meta Pixel** button to save the integration. LanderLab stores this globally, so you can connect it to other landing pages later without re-entering the details.
  </Step>
</Steps>

***

## Connect Meta Pixel to Another Landing Page

Since Meta Pixel integrations are saved globally, you do not need to create a new one for every landing page. You can reuse any previously saved pixel across multiple pages.

<Steps>
  <Step title="Open a different landing page">
    Go to **Landing Pages** and click the name of the landing page where you want to use the same Meta Pixel.
  </Step>

  <Step title="Add Integration">
    Click **Add Integration**. You will see your previously saved Meta Pixel configurations listed. Select the one you want to connect.
  </Step>

  <Step title="Select variants (if applicable)">
    If your landing page has multiple **A/B test variants**, a modal will appear asking you to choose which variants should use this pixel. Select the variants you want to track and confirm your selection.

    <Note>
      The variant selection modal only appears when your landing page has more than one active variant. If there is only one variant, the pixel is applied automatically.
    </Note>
  </Step>

  <Step title="Save and publish">
    Click **Save**, then **Publish** or **Republish** your landing page to activate Meta Pixel tracking on the selected variants.
  </Step>
</Steps>

***

## Why Use Meta Pixel

Adding Meta Pixel to your landing pages allows you to:

* **Track conversions** - Measure visits, clicks, form submissions, and other actions that matter to your campaigns.
* **Build retargeting audiences** - Create custom audiences in Meta Ads Manager based on who visited your pages and what actions they took.
* **Optimize ad delivery** - Give Meta more data to find the right people and deliver your ads to visitors who are most likely to convert.
* **Measure ROI** - Connect ad spend directly to landing page performance and understand which campaigns drive the best results.

<Tip>
  For even better tracking accuracy, consider using Meta Pixel **together with [Meta CAPI](/integrations/tracking/meta-capi)**. Running both browser-side and server-side tracking gives Meta two data sources to match events, which reduces data loss from ad blockers and browser restrictions.
</Tip>
