● Media Buying Course · Day 10 of 20 · Week 2: The Levers (capstone)

The signal layer: Pixel, Conversions API, events

The most invisible and most important plumbing in the whole system. Everything you learned about the auction and optimization depends on one thing: Meta knowing what happened after the click. No signal = a blind algorithm.

Why signal is everything

The auction (Day 2) wins you cheap results by predicting who will convert. It can only predict if it can SEE conversions happening - to learn the pattern of "people like this bought." Feed it clean data and the AI gets sharp. Starve it and your CPA balloons no matter how good your targeting or creative.

The whole chain: sees ad → clicks → does something on your site (views, adds to cart, buys) → that action must be reported back to Meta → Meta credits the ad and learns. Break any link and optimization degrades.

1The three components

📍 The Pixel
Browser-based code on your website
Fires when users take actions, reporting to Meta. The original method. Weakness: blocked by ad blockers, iOS privacy (ATT), cookie restrictions, lost sessions. Increasingly misses events.
🔌 Conversions API (CAPI)
Server-to-server, from your backend to Meta
Bypasses the browser. Far more reliable; catches what the Pixel misses. Modern standard: Pixel + CAPI together, deduplicated.
🎯 Events
The specific actions you track
PageView, ViewContent, AddToCart, InitiateCheckout, Purchase, Lead. These ARE the optimization events from Day 4. Fire them correctly with the right values (Purchase with its € amount).

2The post-iOS14 reality

Apple's App Tracking Transparency (2021) let users opt out of tracking, blowing a hole in browser-based signal. This is WHY CAPI went from nice-to-have to essential, and why Meta leaned harder into AI (broad targeting, Advantage+) - with less individual tracking, it relies more on modeling. Two consequences:

Analogy · coaching a team you can't fully watch

The algorithm is a coach trying to improve. Conversions are the game footage. The Pixel is a single sideline camera that keeps cutting out. CAPI is a hard-wired feed from cameras inside the stadium that always records. Give the coach only the glitchy camera and they can't tell who's scoring - so they coach badly. Most "the algorithm is dumb" complaints are really "the coach was handed broken footage."

▤ In Events Manager (linked to Ads Manager)
Data sourcesPixel + CAPI, live event feed
Event match qualityhow well events include identifying info → better optimization
Aggregated Event Measurementrank up-to-8 prioritized web events
Test eventsverify a Purchase fires with correct value
⚠ What gets people wrong (and where you'll add real value)

(1) Running conversion campaigns on a broken/Pixel-only setup, then blaming the algorithm - the #1 hidden cause of bad performance. (2) Not deduplicating Pixel + CAPI, so events double-count. (3) Ignoring event match quality. (4) Wrong/missing purchase values, so ROAS bidding is blind. For your startup this is a genuine edge: most clients have a leaky signal layer. Auditing and fixing it FIRST often beats any in-platform tweaking.

Week 2 capstone recap - 45 seconds

Module check · Week 2

Three quick questions to lock in this module. Tap an answer to see if it lands.

Day 10 · Week 2: The LeversMonday → Day 11: Why creative is the #1 lever now