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

# What Are Conversions? Ad Conversions Explained

> A conversion is any valuable action someone takes after seeing your ad. Learn how Meta tracks conversions and how to optimize for more.

**Conversions** are the valuable actions that people take after seeing or clicking on your ads. A conversion could be a purchase, a lead form submission, a signup, an app install, or any other action you've defined as a goal. Conversions are the end result that every other ad metric feeds into. [CPM](/learn/cpm) gets your ad seen, [CTR](/learn/ctr) gets clicks, and conversions turn those clicks into business results.

## How are conversions tracked?

Conversions are tracked through the [Meta Pixel](/learn/meta-pixel) (browser-side) and [Conversions API](/learn/conversions-api) (server-side). Both send event data back to Meta so it can attribute actions to specific ads.

<Note>
  Common conversion events in Meta Ads:

  * **Purchase** - A completed transaction
  * **Lead** - A form submission or signup
  * **Add to Cart** - Item added to shopping cart
  * **Initiate Checkout** - Checkout process started
  * **Complete Registration** - Account created
  * **View Content** - Key page viewed
</Note>

Here's what a conversion flow looks like:

| Step            | What happens                                                                                        |
| --------------- | --------------------------------------------------------------------------------------------------- |
| 1. Impression   | User sees your ad ([impressions](/learn/impressions))                                               |
| 2. Click        | User clicks the ad                                                                                  |
| 3. Landing page | User arrives on your website                                                                        |
| 4. Action       | User completes the conversion event (purchase, lead, etc.)                                          |
| 5. Tracking     | Pixel or CAPI fires and sends the event to Meta                                                     |
| 6. Attribution  | Meta attributes the conversion to the ad within the [attribution window](/learn/attribution-window) |

## What is a good conversion rate?

Conversion rate = Conversions / Clicks. Benchmarks vary by industry and conversion type.

| Industry / Type       | Average Conv. Rate | Good Conv. Rate |
| --------------------- | ------------------ | --------------- |
| E-commerce (purchase) | 1.5% - 3.0%        | 3.0%+           |
| Lead Generation       | 5% - 15%           | 15%+            |
| SaaS Free Trial       | 3% - 8%            | 8%+             |
| App Install           | 10% - 25%          | 25%+            |
| Add to Cart           | 5% - 10%           | 10%+            |

<Warning>
  Don't confuse Meta's "conversion rate" with your website's conversion rate. Meta counts conversions attributed to the ad within its [attribution window](/learn/attribution-window). Your site analytics may show different numbers because they use different attribution methods.
</Warning>

## Conversions in plain English

Think of a conversion like a goalscorer in soccer. [Impressions](/learn/impressions) are the fans watching. Clicks are the passes. But the conversion, the goal, is the only thing that actually changes the score. Every other metric is just a step on the way to the conversion.

When Meta optimizes your campaign for conversions, it uses machine learning to find people in your audience who are most likely to complete the conversion event you chose, not just view or click. That's why conversion campaigns typically have higher [CPC](/learn/cpc) but much better [CPA](/learn/cpa) than traffic campaigns.

## Common conversion mistakes

<Accordion title="Optimizing for the wrong conversion event">
  Optimizing for "Add to Cart" is easier for Meta than optimizing for "Purchase," so you'll get more events. But add-to-cart events don't pay your bills. Optimize for the conversion that matters most to your business. Only move up the funnel (to "Add to Cart" or "View Content") if you're getting fewer than 50 purchases per week.
</Accordion>

<Accordion title="Not having enough conversions for Meta to optimize">
  Meta needs roughly 50 conversion events per ad set per week to optimize effectively. If you're getting 5 purchases per week across 10 ad sets, Meta's algorithm can't learn. Consolidate ad sets or optimize for a higher-frequency event.
</Accordion>

<Accordion title="Counting conversions without checking quality">
  Not all conversions are equal. A \$20 purchase and a \$500 purchase both count as one conversion but have very different values. Use conversion value (revenue) alongside conversion count to get the full picture.
</Accordion>

<Accordion title="Missing conversions due to tracking gaps">
  If your [Meta Pixel](/learn/meta-pixel) isn't installed correctly or your [Conversions API](/learn/conversions-api) isn't set up, you're missing conversions. Meta can't optimize for events it doesn't see. Verify your tracking setup in Events Manager.
</Accordion>

## How conversions relate to other metrics

| Metric                                    | Relationship                                                                  |
| ----------------------------------------- | ----------------------------------------------------------------------------- |
| [CPA](/learn/cpa)                         | CPA = Ad Spend / Conversions. More conversions at the same spend = lower CPA. |
| [ROAS](/learn/roas)                       | ROAS = Conversion Value / Ad Spend. Both conversion count and value matter.   |
| [AOV](/learn/aov)                         | Revenue = Conversions x AOV. Growing either grows revenue.                    |
| [CTR](/learn/ctr)                         | Higher CTR means more clicks, which means more opportunities to convert.      |
| [Meta Pixel](/learn/meta-pixel)           | The Pixel is how conversions are tracked browser-side.                        |
| [Conversions API](/learn/conversions-api) | CAPI tracks conversions server-side, improving accuracy.                      |

## How to increase your conversions

<Steps>
  <Step title="Verify your tracking setup">
    Make sure your [Meta Pixel](/learn/meta-pixel) and [Conversions API](/learn/conversions-api) are both firing correctly. Use Meta's Events Manager to check for errors, delays, or missing events. You can't optimize what you can't measure.
  </Step>

  <Step title="Optimize your landing page">
    Slow pages, confusing layouts, and too many form fields kill conversion rates. Test page speed, simplify forms, and make your CTA impossible to miss.
  </Step>

  <Step title="Give Meta enough data to optimize">
    Aim for 50+ conversions per ad set per week. If you're below that, consolidate ad sets, increase budget, or optimize for a higher-frequency event like "Add to Cart."
  </Step>

  <Step title="Use the right campaign objective">
    Conversion-optimized campaigns ([Sales or Leads objective](/learn/campaign-objectives)) deliver conversions far more efficiently than Traffic or Awareness campaigns, even if the CPC is higher.
  </Step>

  <Step title="Let AdAdvisor identify conversion patterns">
    AdAdvisor analyzes your conversion data across campaigns and spots which audiences, creatives, and strategies are driving the most conversions per dollar.
  </Step>
</Steps>

## Track every conversion and understand what drives them

AdAdvisor pulls your conversion data from Meta and maps it against your ad spend, creative, and audiences. See exactly which campaigns are converting and which are burning budget.

<Columns cols={2}>
  <Card title="Try AdAdvisor Free" icon="rocket" href="https://app.adadvisor.ai">
    Connect your Meta account and see conversions mapped across every campaign.
  </Card>

  <Card title="ROAS Calculator" icon="calculator" href="https://www.adadvisor.ai/tools/break-even-roas-calculator">
    Calculate how many conversions you need to hit your ROAS target.
  </Card>
</Columns>

## Related terms

<Columns cols={3}>
  <Card title="Meta Pixel" icon="code" href="/learn/meta-pixel">
    JavaScript tracker for website events
  </Card>

  <Card title="CPA" icon="money-bill" href="/learn/cpa">
    Cost to get one conversion
  </Card>

  <Card title="Attribution Window" icon="clock" href="/learn/attribution-window">
    Time period for counting conversions
  </Card>
</Columns>
