Module 07 of 11
Read the Numbers
What GA4 actually measures, how to tell a real drop from a broken tag, and the four questions to ask before you touch a single setting.
Learning objectives
By the end of this module you will be able to:
- Install GA4 on a live site and confirm it is receiving data.
- Name your top traffic sources and say what each is worth.
- Read a basic report and describe what it says about behaviour.
- Work through a conversion drop in a sensible diagnostic order.
- Recognise the measurements that are unreliable and stop optimising them.
Lesson
Analytics answers one question well: what happened. It is very bad at why, and every misuse of it comes from forgetting that. Numbers narrow down where to look; they do not tell you what to think.
What GA4 is counting
Google Analytics 4 is event-based. Everything is an event with parameters — a page view, a click, a scroll, a purchase — which is a better fit for how people actually use sites than the older session-and-pageview model. The vocabulary worth knowing is short.
- Users — distinct people, approximately, because it depends on cookies, devices and consent.
- Sessions — a visit; it ends after inactivity or at the day boundary.
- Events — anything you chose to record. Some are automatic, the useful ones you define.
- Conversions (key events) — the events that mean something happened: a form sent, a purchase, a booking.
- Engagement rate — the share of sessions that lasted, scrolled or converted. It replaced bounce rate, which measured the opposite and was routinely misread.
- Traffic source — where the visit came from: organic search, direct, referral, social, paid, email.
The four questions worth asking of any report
- Compared with what? A number with no comparison period is not information. Sixty visitors is good or terrible depending entirely on last month.
- Is the change bigger than the noise? Small sites are noisy. A 15% weekly swing on 200 visits is usually weather, not a trend.
- Did the measurement change, or did reality? Whenever a metric moves sharply on one day, suspect the tag, the consent banner or a deploy before you suspect your customers.
- What would I do differently if this number were double? If the answer is nothing, you are collecting it out of habit.
Diagnosing a conversion drop
Conversions fall. The instinct is to redesign something, and the correct move is to find out where the loss actually happens before changing anything a customer can see.
- Confirm the tracking still works. Submit the form yourself and watch the event arrive. An astonishing share of "conversion drops" are a deploy that removed a script.
- Split traffic from conversion rate. Fewer conversions with steady traffic is a site problem; steady conversion rate with less traffic is an acquisition problem. They lead in opposite directions.
- Segment by source. A drop confined to one channel is a channel problem — an ad group paused, a ranking lost, a newsletter not sent.
- Segment by device and browser. A drop confined to mobile Safari is a bug, not a market shift.
- Look at the step before the conversion. Most losses happen one screen earlier than where you noticed them.
- Only now, look at the page itself.
Following that order costs twenty minutes and routinely finds a broken form, an expired card on an ad account, or a consent banner change that stopped recording half your visitors — none of which a redesign would have fixed.
Tools in this module
Google Analytics 4
Find Out Where Your Visitors Actually Come From
GA4 is the free, near-universal analytics tool: a measurement snippet on your pages, and reports on who arrived, from where, and what they did.
Setup is a property, a data stream, and one tag on the site. The reports worth your time on day one are Acquisition — traffic sources — and Engagement — which pages people actually looked at.
Without traffic sources you cannot tell which of your efforts is producing anything. Most people are surprised at least once: the channel they spend the most time on is rarely the channel producing the most visits.
Your mission
Set up GA4 on one of your live sites if it is not there already, confirm data is arriving in Realtime, then open Acquisition and read your traffic sources for the last 28 days.
Open Google Analytics(opens in a new tab)What is your top traffic source right now? And how much of your total is "direct" — which, per the lesson, is mostly untracked links rather than people typing your name.
If direct is over half your traffic, your links from email and social are probably not tagged.
Quiz
A report shows 1,200 users, 1,900 sessions, an engagement rate of 31% and 14 key events, against 2,400 users last month. What is the clearest reading?
Conversions dropped 60% overnight. Traffic is unchanged. What do you check first?
Conversions are down 20% over a month. Traffic is steady, tracking is verified working. What is the most useful next step?
True or false: a large "direct" traffic figure means most of your visitors are typing your address from memory.
Which of these should make you suspect measurement rather than reality?
Select every answer that applies.
Name one number you currently look at that would not change a single decision if it doubled. Then name the one number you would actually act on.
The second one is the metric worth putting on a dashboard. The first is worth deleting.
Score: 0 / 5
Recap
Before you move on, the things worth keeping:
- Analytics tells you what happened, not why. It narrows where to look.
- GA4 is event-based: users, sessions, events, key events, engagement rate and traffic source cover most of what you need.
- "Direct" is the no-referrer bucket, not brand loyalty — a large share usually means untagged links.
- Ask of any number: compared with what, is it bigger than the noise, did the measurement change, and would I act differently if it doubled.
- Diagnose a conversion drop in order — tracking, traffic versus rate, source, device, the previous step — and only then the page.