Tracking Conversions
A conversion is the action you actually care about — and you must tell your analytics tool which action that is.
What you will learn
- Define a conversion for any business
- Mark an event as a conversion in GA4
- Tell macro conversions from micro conversions
What counts as a conversion?
Traffic is nice, but visits do not pay the bills. A conversion is the moment a visitor does the valuable thing you built the website for. You decide what that is — the tool cannot guess.
| Business | Main conversion |
|---|---|
| Online clothing store | A completed purchase |
| Gym in Lucknow | A free-trial sign-up form |
| Bakery | A phone call or WhatsApp order |
| Coaching institute | A demo-class booking |
Micro vs macro conversions
Not every conversion is a sale. Smaller steps that lead toward a sale are micro conversions; the final valuable action is the macro conversion.
- Macro conversion — the big goal: a purchase, a paid sign-up.
- Micro conversion — a helpful step on the way: signing up for a newsletter, adding to cart, watching a product video.
Both matter. If lots of people add to cart (micro) but few buy (macro), you know exactly where to investigate — the checkout step.
Here is that idea with real numbers for the clothing store. Each row is a step in the funnel, and the drop between rows shows where you are losing people:
| Funnel step | Type | People | Kept from previous step |
|---|---|---|---|
| Visited the site | start | 10,000 | — |
| Added to cart | micro | 1,200 | 12% |
| Started checkout | micro | 600 | 50% |
| Completed purchase | macro | 200 | 33% |
The biggest leak is between "Added to cart" and "Started checkout" — only half move forward. That is precisely where you would investigate first (maybe shipping cost is a shock, or the login is annoying). Tracking micro conversions is what makes this leak visible.
Turning an event into a conversion
In GA4, you tell the tool which event is a conversion by marking it as a key event. For the clothing store, you would mark the purchase event. After that, GA4 starts counting and reporting it specially.
Event recorded: purchase
Action in GA4: mark "purchase" as a key event (conversion)
Result: GA4 now reports
Conversions this week: 200
Conversion rate: 4%Note: You are not writing code here — you are clicking a setting in GA4 that says "this event is important, count it as a conversion". From then on it appears in your conversion reports automatically.
It helps to see the whole conversion-tracking flow in order — what happens from the moment a shopper acts to the moment the number shows up in your report:
- A visitor does the valuable action — for the clothing store, they finish buying.
- That action makes GA4 record an event (here the event is named
purchase). - You have already told GA4 to mark that event as a key event (a conversion) — a one-time setting you click once.
- Because it is marked, GA4 counts every
purchaseevent as a conversion as it happens. - GA4 then reports the totals for you: this week, 200 conversions and a 4% conversion rate.
Note: Steps 1 and 2 happen automatically every time someone buys. Step 3 you do only once, by hand, when you set things up. Steps 4 and 5 then run forever on their own — that is the payoff of marking the event.
Why this matters so much
Once conversions are tracked, every other report becomes powerful. You can finally ask: which channel brought the most conversions? Which page led to the most sales? Without conversion tracking, you are flying blind no matter how many visits you have.
Tip: Start with ONE clear macro conversion. A business that tracks just "purchases" well is far ahead of one that tracks twenty events badly.
Watch out: Do not mark every tiny click as a conversion. If everything is a conversion, nothing is. Keep one main goal and a few meaningful micro steps.
Q. For a gym whose website goal is free-trial sign-ups, which is the macro conversion?
✍️ Practice
- Write down the one main (macro) conversion for a pizza shop website and two micro conversions.
- A store had 8,000 visits and 240 purchases marked as conversions. Calculate the conversion rate.
🏠 Homework
- Choose a business and define its conversion funnel: list the micro steps a visitor takes before the final macro conversion.