What Is Meta Pixel?
The Meta Pixel is a small JavaScript snippet you add to your site that reports visitor actions back to Meta (page view, product view, add to cart, purchase). It powers ad optimisation, retargeting, and reporting on Facebook and Instagram.

What the Pixel does in a typical funnel
A visitor clicks your ad, lands on the product page (ViewContent fires), adds to cart (AddToCart fires), and buys (Purchase fires with a value). Meta learns which cold users are most likely to complete that Purchase path, then bids to reach lookalikes of them. Without the Pixel, Meta is guessing.
Benchmarks
- Standard events to install day one: PageView, ViewContent, AddToCart, InitiateCheckout, Purchase, Lead.
- Pixel-only event delivery post iOS 14: roughly 60 to 75 percent of true events.
- Pixel plus CAPI recovers most of that gap.
Meta's 2024 signals report shows advertisers with a properly-configured Pixel + Conversions API deduplication see 20% more attributed conversions than Pixel-only setups.
Why it matters
The Pixel is still the fastest path to browser-side event capture and the source of Meta's rich behavioural signals. It is not enough on its own after iOS 14, but removing it and going CAPI-only usually loses match quality on cold audiences.
Common mistakes
- 1.Installing the base code but never firing Purchase with a value. Optimisation dies.
- 2.Duplicate Pixel installs (theme plus GTM plus native app). Events fire twice.
- 3.Passing PII into custom parameters without hashing. Meta rejects the events.
- 4.Ignoring the Test Events tab in Events Manager. Silent misfires run for months.
Put Meta Pixel to work
Free calculators
Related services
FAQs about Meta Pixel
Pixel vs CAPI, which do I need?
Both. Pixel captures browser signals, CAPI captures server truth. Deduplicated together they recover 20 to 40 percent more attributed events than either alone.
Where should the Pixel base code live?
In the head, on every page, loaded before other scripts. Loading late causes early PageView events to be missed on fast bounces.
Related terms
Server-side event stream from your site/CRM to Meta or Google.
Meta's 0 to 10 score of how well events match to a Meta user.
One of Meta's pre-defined events (Purchase, Lead, ViewContent, etc.).
Meta's privacy-safe event system after iOS 14.5; caps you at 8 ranked events.
Tag deployment container for firing pixels without code edits.
Meta ads that auto-generate creative from your product catalog.
Running Tag Manager on your own server to improve match + control.
Feeding CRM/sales data back to ad platforms to optimise on real outcomes.