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

# Ads & Campaigns

> Connect Meta and run paid ad campaigns directly from your funnel workflow.

Fig integrates with Meta (Facebook and Instagram) so you can build, manage, and optimize paid ad campaigns alongside the funnel pages they drive traffic to — without leaving the platform.

## How the ads subgraph works

Every funnel has a visual canvas. When you add ads, a dedicated ads subgraph appears on the left side of that canvas. Traffic flows through four node types in sequence:

<Steps>
  <Step title="Entry Source">
    The root node for your ad traffic. Add initiatives directly from the Entry Source node to start building your ads subgraph.
  </Step>

  <Step title="Initiative">
    A top-level campaign group (e.g. "Q4 Facebook Campaign"). One funnel can have multiple initiatives running side by side.
  </Step>

  <Step title="Targeting (experiment)">
    An audience-level targeting group beneath an initiative. Each initiative can have multiple targeting experiments, letting you A/B test different audiences.
  </Step>

  <Step title="Asset">
    An individual ad creative — image or video with copy — inside a targeting experiment. Each asset connects to the entry page in your funnel so visitors land on the right page after clicking the ad.
  </Step>
</Steps>

The complete flow looks like this:

```
Entry Source → Initiative → Targeting → Asset → Entry page
```

## Workflow view modes

The funnel canvas has three view modes to help you focus on what matters:

| Mode            | What it shows                                                     |
| --------------- | ----------------------------------------------------------------- |
| **Full Funnel** | All nodes — ads subgraph and funnel pages together                |
| **Just Ads**    | Only the ads nodes (Entry Source, Initiatives, Targeting, Assets) |
| **Just Pages**  | Only the site pages in the funnel                                 |

Switch between modes using the view selector at the top of the funnel canvas.

## Prerequisite: connect your Meta account

You must connect your Meta account before you can publish any ads. Go to **Settings → Integrations** and click **Connect with Meta** to authorize access via Facebook Login.

<Note>
  You will also need to select a default ad account and a default Facebook Page from the same Integrations page before publishing initiatives to Meta.
</Note>

Once connected, you can create initiatives, set up targeting experiments, and add ad creatives entirely within your funnel workflow.

<CardGroup cols={2}>
  <Card title="Initiatives" icon="flag" href="/ads/initiatives">
    Create and manage top-level campaign groups in your funnel.
  </Card>

  <Card title="Targeting" icon="crosshairs" href="/ads/targeting">
    Set up audience targeting experiments under each initiative.
  </Card>

  <Card title="Ad assets" icon="image" href="/ads/assets">
    Manage ad creatives and connect them to your landing pages.
  </Card>

  <Card title="Meta integration" icon="plug" href="/settings/integrations">
    Connect your Meta account in Settings → Integrations.
  </Card>
</CardGroup>
