Measurement is the least glamorous marketing work and the only part that makes the rest honest. This is the setup we consider table stakes for any owner-operated business: Google Analytics 4 for what happened, Google Tag Manager for how tracking gets installed, and conversions defined so they can’t lie to you. No prior expertise assumed; one careful afternoon required.
The two-layer model, in plain terms
GTM is the socket strip; GA4 is one appliance plugged into it. The container (one code snippet, installed once on every page) holds your tags; adding or changing measurement later means configuring in GTM’s interface, not editing website code. GA4 receives the events and turns them into reports. Ads platforms plug into the same strip when the time comes.
Setup order that avoids rework
- Create the GTM container (tagmanager.google.com) under the business account; install its snippet site-wide — most website platforms have a field or plugin for exactly this.
- Create the GA4 property (analytics.google.com), same account rule; add its measurement ID to GTM as a Google tag firing on all pages.
- Verify with GTM’s Preview mode and GA4’s Realtime report: visit your own site, watch yourself appear. Never trust a setup screen’s green checkmark over a live round-trip.
- Only then: define conversions (below) and, when ads start, link the ad platform and import conversions from one source of truth.
Conversions that can’t lie
A conversion should mean a human raised a hand — which is why WHERE you count it matters as much as counting it. Fire lead events on proof of success (the thank-you page loads, the form’s confirmed-submit event returns), never on button clicks, which count failures, double-clicks, and bots as customers. The full argument and patterns: conversion tracking that can’t double-count.
The attribution layer
Analytics can only report the source it was handed. Two habits complete the system: every link you distribute carries consistent UTM tags, and your forms preserve the arriving query string into the lead record — so each lead lands stamped with the campaign and click that produced it, forever. Ten lines of form configuration; the difference between reporting and guessing.
What to ignore (for now)
GA4 ships a hundred reports; an owner needs about four: traffic by source, conversions by source, your top pages, and Realtime for testing. Our recommendation: resist dashboard tourism, check the four monthly with the same definitions, and let everything else exist for the day a specific question needs it. Measurement that gets checked beats measurement that impresses.