← Dictionary
Paid Advertisingnoun

Conversion Tracking

/kənˈvɜːʃən ˈtrækɪŋ/

Telling ad platforms which user actions count as conversions, so they can optimise for them.

Definition

Conversion tracking is the system of recording user actions (purchase, signup, demo request, etc.) and feeding them back to ad platforms — enabling those platforms to optimise bidding, audiences, and creative toward the actions that matter.

Without conversion tracking, paid advertising optimises for clicks. With conversion tracking, it optimises for outcomes. The difference is the difference between a low-CPC campaign with no revenue and a higher-CPC campaign that pays for itself. Most accounts that struggle to scale paid spend have a conversion-tracking problem at the root.

Modern conversion tracking is more involved than it used to be. iOS 14.5 (2021) and Apple's App Tracking Transparency, Chrome's third-party cookie deprecation, and EU privacy regulations have all eroded client-side tracking. Server-side conversion tracking (sending events from your backend to ad platforms via Conversion API or equivalent) is now the operational baseline for serious advertisers, not the future.

Origin

Google AdWords introduced conversion tracking in 2003. Facebook Pixel launched in 2015 (replacing the older Custom Audiences pixel). Conversion API (server-side) launched in 2020 in response to iOS 14 changes. Privacy-driven evolution continues year-over-year.

How it works

  1. Define what counts as a conversion — purchase, signup, qualified lead, etc.
  2. Implement client-side tracking (Pixel, gtag.js, or via Tag Manager).
  3. Implement server-side tracking (Conversion API, Enhanced Conversions, server-side GTM).
  4. Send conversion values when possible (revenue, not just count).
  5. Verify event reliability — Pixel Helper, Tag Assistant, server-side payload inspection.
  6. Set up de-duplication between client and server events.
  7. Test by triggering a real conversion and confirming it lands in the ad platform within an hour.

When to use it

Use when

  • On every paid-advertising account. Without conversion tracking, optimisation is blind.
  • Server-side becomes essential if you spend more than ~$10K/month or run iOS-heavy traffic.
  • Before scaling spend. Bad tracking + scaled spend = scaled waste.

Skip when

  • Without verifying. Half-implemented tracking is worse than none — the ad platform thinks it has signal but it's noise.
  • On ad spend you don't intend to optimise. Pure brand campaigns can survive on impressions; performance campaigns cannot.

Key metrics

Examples

In practice at Makreate

Makreate audits conversion tracking on day one of every paid engagement — and we routinely find it broken. A recent SaaS client had Google Ads optimising on the wrong event (page view, not signup), Meta's pixel not firing on iOS, and no server-side fallback. We rebuilt the stack: Conversion API on Meta, Enhanced Conversions on Google, server-side via GTM, with proper event deduplication. After 30 days, ad-platform-reported conversions matched the CRM within 12%, the algorithms re-optimised on the right signal, and CPA dropped 41% without changing budget or creative. The tracking fix was the highest-ROI work of the engagement.

Advertising →

Common mistakes

Frequently asked

Client-side vs server-side conversion tracking?

Client-side is simpler but increasingly unreliable on iOS and privacy-protected browsers. Server-side is more reliable, requires backend work. Most serious accounts run both, deduplicated.

How important is event match quality?

Critical on Meta — sub-7 EMQ noticeably hurts campaign performance. Above 8 is the operational target. Achievable via Conversion API + complete user data (email, phone, IP).

How long does tracking take to implement?

Client-side: hours. Server-side: 1–3 weeks depending on stack. Verifying and tuning takes another 2 weeks. Plan accordingly.

Further reading

Related terms

WhatsApp