Measurement

What Is a Tracking Foundation?

Four ordinary tools, set up so they agree with each other. That is the whole idea — and it is more often broken than not.

If someone asked you right now how many people visited your website last month, where they came from, and how many of them became paying customers, could you answer with real numbers? For most business owners it is a guess. Not because they do not care, but because nobody ever properly set up the tools that answer the question — or someone did, once, and nobody has checked since.

“Tracking foundation” is just a name for that setup done properly. It is four pieces working together, and none of them is complicated once the names are explained.

GA4 — the record of who visited

GA4 stands for Google Analytics 4. It is Google's free tool for recording what happens on your website: how many people arrived, which pages they looked at, how long they stayed, what device they used, and whether they did anything meaningful before leaving. Without it, every visit is invisible; you know your site exists and nothing else.

GA4 replaced the older Universal Analytics, which is why so many businesses have a half-migrated setup: an old property that stopped collecting data and a new one nobody configured. If your analytics history has a cliff edge in it, that is usually what happened.

Google Tag Manager — the switchboard

Google Tag Manager, usually shortened to GTM, sits between your website and every tracking tool you use — GA4, the Meta pixel, a Google Ads conversion tag, a chat widget, and so on. A “tag” here just means a small piece of code that a third-party tool needs on your site to work.

Without GTM, adding or changing any of those means a developer editing your website's code. With GTM, one piece of code goes on the site once, and everything else is managed from a dashboard. GTM is the switchboard — it does not produce reports itself. People often confuse it with analytics; it is the plumbing, not the reading.

Conversion events — the part that actually matters

Visitor numbers are interesting. Conversions are what pay the bills. A conversion event is a recorded moment where a visitor did the thing you actually want: submitted an enquiry form, completed a booking, clicked to call, started a checkout, bought something.

These do not track themselves. Someone has to decide which actions count, and then configure each one so it is recorded when it happens and only when it happens. This is where most setups fall apart in one of two directions. Either nothing is tracked, so ad platforms have no idea which clicks produced customers and cannot optimise. Or too much is tracked as a conversion — every page view, every button click — so the numbers look impressive and mean nothing.

A useful test: if your reports say you had 400 conversions last month and you know you had 12 real enquiries, your conversion events are measuring the wrong thing.

UTMs — labels on your own links

A UTM is a short label added to the end of a link so that when someone clicks it, your analytics knows where they came from. You have seen them: the extra text after a question mark in a long URL. You add them yourself to links you control — an email newsletter, a social post, a paid ad, a partner's website, a QR code on a printed flyer.

Without UTMs, a large share of your traffic lands in a bucket called “direct” or “referral” and you can never separate the newsletter from the flyer from the Instagram post. With them applied consistently, every channel you spend money or time on becomes separately measurable. The word “consistently” is doing a lot of work there: if half your team writes facebook and the other half writes Facebook, your reports will show two channels that are actually one.

Why this is usually broken

These tools get installed once — by whoever built the website or ran the first ad campaign — and then nobody looks at them again. Websites get redesigned and the tracking code does not survive the move. A form gets swapped for a new one and the conversion event still watches the old one. Accounts change hands when an agency relationship ends. Consent and privacy settings change what can be collected.

None of this announces itself. Tracking fails quietly, often for months, and the first symptom is usually a vague sense that the numbers do not match what is happening in the business. That gap between the dashboard and reality is the thing worth checking, and it is the first thing any honest audit should look at.

Check your own tracking setup

The free website scan looks at what is actually installed on your public site and tells you what it found.

Run the free scan