Conversion Tracking
Conversion tracking measures when visitors complete valuable actions like a purchase or signup and links them back to the channel behind.

What is conversion tracking?
Conversion tracking is the method of recording when a visitor completes a valuable action — usually a purchase, but also a signup, an added-to-cart item, or a submitted form — and linking that action back to the channel, campaign, or ad that drove the visit. Tracking happens either browser-side through a pixel or tag such as the Meta Pixel or a GA4 tag, or server-side, where events are sent directly from your server to the platform.
Why does conversion tracking matter?
Without conversion tracking you know your traffic but not what it is worth. It is the foundation for metrics like conversion rate, ROAS, and cost per conversion, because ad platforms need to attribute an order to a specific ad click. Cookie consent, Apple ITP, and ad blockers strip away a growing share of browser-based data, which is why many stores add server-side tracking to recover the conversions that would otherwise be lost.
Common use cases
- Measuring purchases from Google Ads and Meta so budget shifts toward the campaigns that actually sell.
- Recording micro-conversions such as newsletter signups and add-to-cart events.
- Calculating ROAS per channel and campaign instead of guessing.
- Spotting tracking gaps where conversions are not recorded correctly.
Shopify perspective
Shopify fires a standard checkout_completed event through Customer Events (the Web Pixels API) that your pixels subscribe to. With Checkout Extensibility, third-party scripts must run through Web Pixels rather than being injected directly into checkout. The native GA4 integration sends ecommerce events automatically, but always verify that orders are counted only once and reconcile against the actual orders in Shopify admin.