● 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. Dedup is simple in principle: browser and server send the same event_id for the same action, and Meta keeps one copy.
🎯 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)
Dataset · connectionsPixel (browser) + CAPI (server), live event feed
Event match qualityhow well events include identifying info → better optimization
Diagnosticswarnings: dedup issues, missing purchase values, setup errors
Test eventsverify a Purchase fires with correct value
⚠ What people get wrong (and where the real edge is)

This is a genuine edge for any operator: most accounts run on a leaky signal layer. Auditing and fixing it FIRST often beats any in-platform tweaking.

Do this now · 5–10 min, no spend

Run a mini signal audit on whatever account you have - it's all free to inspect, and it's the single highest-value habit in this course.

1Open All tools → Events Manager. Meta groups everything into a dataset — open yours and check which connections feed it: browser only (Pixel)? Browser + server (CAPI)? Nothing yet?
2If a Pixel exists: open the event list. Which events fired in the last 7 days - and does Purchase carry a value? Then check the Event Match Quality score per event. Compare Purchase counts by connection: how many arrived from both browser and server vs browser-only? Browser-only share ≈ what a Pixel-only setup would have missed — that gap, in %, goes in your audit note.
3Open Test events, load your site in the test window, and watch events fire live as you browse and add to cart. Check whether Purchases arrive as "deduplicated" or as doubles. Seeing the feed once demystifies the whole layer.
4No data source yet? Walk the "Connect data sources → Web" wizard up to the final step to see the Pixel vs CAPI choices - then back out before finishing.
5Write a 3-line signal audit: what's connected, where it leaks, and the first fix you'd make. That note is the deliverable.

3The five levers on one screen

DayLeverThe one-line rule
Day 6BudgetsConsolidate — let CBO concentrate spend and cross the learning threshold.
Day 7Bidding & cost controlsStart with lowest-cost (no cap); add a cap only once you know your real numbers.
Day 8AudiencesGo broad + Advantage+ — let creative and the optimisation event do the targeting.
Day 9PlacementsUse Advantage+ placements — let Meta find the cheapest inventory, asset per surface.
Day 10SignalPixel + CAPI, deduplicated, with values — fixing signal often beats any in-platform tweak.

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