Conversion tracking measures the valuable actions people take after clicking your marketing, like a purchase or a form submission. It works by placing a small piece of tracking code (a tag or pixel) that fires when someone completes the action and reports it back to the platform, such as GA4, Google Ads, or Meta. Because browsers increasingly block third-party cookies, modern conversion tracking leans on first-party data and server-side tracking.
Clicks and traffic feel like progress, but they don’t pay the bills. Conversion tracking is how you connect your marketing to the actions that actually matter: purchases, leads, sign-ups. It answers the only question that counts, which is “is this working?”
This guide explains what conversion tracking is, how it works under the hood, and why it got harder (and what to do about it). It’s the anchor for our conversion tracking guides, and we’ll link the detailed ones as they go live.
What conversion tracking is
A conversion is a valuable action you want people to take. What counts is up to your business:
- An online store: a purchase.
- A service business: a filled-out contact form or a phone call.
- A SaaS product: a free trial or a demo request.
Conversion tracking records those actions and ties them back to the marketing that caused them, so you can see which campaigns earn their keep.
How it works, step by step
The mechanics are the same across almost every platform:
- Someone clicks your ad, email, or search result and lands on your site.
- They browse, and (ideally) complete the action you care about.
- A small piece of tracking code, a tag or pixel, fires at that moment.
- It sends a message to the platform: “a conversion happened, here are the details.”
- The platform matches that conversion back to the click that started it and credits the campaign.
That matching step is where cookies and privacy come in, which is what changed in the last few years.
The pieces: tags, pixels, and events
These words get used loosely, so here’s what they mean:
- A tag is any piece of tracking code on your site. GTM is how most marketers manage them (see the Google Tag Manager guide).
- A pixel is an older word for a tracking tag, from the days when it was a 1x1 invisible image. Meta still calls its tag “the Meta Pixel.” For the full picture, see what a marketing pixel is.
- An event is a single recorded action (a click, a purchase). A conversion is an event you’ve flagged as valuable.
Where conversions get tracked
Each platform has its own conversion system, and they overlap.
| Platform | What it’s called | Best for |
|---|---|---|
| Google Analytics 4 | Key events | Measuring actions across all your channels |
| Google Ads | Conversions | Bidding and reporting on Google ad spend |
| Meta (Facebook/Instagram) | Meta Pixel + Conversions API | Facebook and Instagram ad performance |
A common setup: mark the action as a key event in GA4, then import it into Google Ads as a conversion. For platform-by-platform setup, see the Meta Pixel guide and the Google Ads conversion tracking guide.
Cookies, privacy, and why tracking got harder
For years, conversion tracking leaned on third-party cookies, small files that let platforms follow a user across different sites. That foundation has cracked, and a lot of older advice is now wrong.
Here’s the real state of things:
- Chrome kept third-party cookies. Google planned to remove them, then reversed course in 2024. They still work in Chrome, now under a user-choice model rather than a forced shutdown. Google has also wound down much of its Privacy Sandbox effort. See Google’s Privacy Sandbox for the current position.
- But Safari and Firefox block them by default, and have for years. A large share of your visitors never had third-party cookies working in the first place.
- Many people block tracking with browser settings, extensions, and consent choices.
So the takeaway isn’t “third-party cookies are dead.” It’s that they were never reliable everywhere, and building your measurement on them leaves gaps. The fix is to lean on data you own.
First-party data and server-side tracking
Two approaches make conversion tracking hold up in this environment:
First-party data is information collected on your own domain, with consent, using your own cookies. Browsers treat it far more kindly than third-party cookies. GA4 is built around a first-party model.
Server-side tracking sends conversion data from your own server to the platform, instead of relying only on the visitor’s browser. Because it isn’t subject to the same browser blocking, it captures more conversions. Meta’s version is the Conversions API (CAPI); Google offers server-side tagging through GTM.
You don’t need these on day one. But as browser restrictions tighten, they’re where serious conversion tracking is headed.
Attribution: who gets the credit
Attribution is how credit for a conversion gets split across the touchpoints that led to it. If someone finds you through organic search, clicks a Facebook ad a week later, then converts, which one gets the credit?
Different models split credit differently, from simple last-click rules to more complex ones, and each platform uses its own default. That’s the main reason GA4, Google Ads, and Meta rarely show identical conversion counts. It’s normal. We’ll cover attribution models in a dedicated guide.
How to start tracking conversions
You don’t need every platform at once. A sensible order:
- Define your conversions. List the 3 to 5 actions that matter to your business.
- Set them up in GA4 as key events. Start with the key events guide.
- Tag your campaign links with UTM parameters so every conversion gets credited to the right campaign.
- Connect your ad platforms. If you run Google Ads, link GA4 to Google Ads and import those key events, or set up Google Ads conversion tracking through GTM. Running Meta ads? Install the Meta Pixel.
- Add server-side later if browser blocking is costing you meaningful data.
What to do next
This guide is the foundation. Here’s where to go from here:
- Set up GA4 key events, the base layer of all your conversion tracking. See the key events guide.
- Link Google Ads to turn those into ad conversions. See how to link GA4 to Google Ads.
- Learn GTM, which deploys most conversion tags. See the Google Tag Manager guide.
For campaign-level credit, start with the UTM parameters guide. A detailed guide on attribution models is on the way.