Google Analytics 4 basics for small business owners
GA4 tracks everything as an event instead of a pageview, which means you need to explicitly mark which events count as conversions. Set up 3-5 key events, check the Acquisition, Engagement and Conversions reports regularly, and ignore the rest until you need it.
Google Analytics 4 (GA4) is the version of Google Analytics every site runs today, and it works differently enough from the older model that a lot of small business owners open it, don't recognize anything, and quietly stop looking. That's a real cost — GA4 will tell you what's working on your site, but only if you know where to look.
This is specifically about GA4's own interface and setup: the event model, what to configure when you first install it, and which reports are actually worth checking. It assumes you already understand why measuring your site matters in general — this is about the tool itself.
The big change: everything is an event now
The old analytics model was built around pageviews — a session was a sequence of pages someone visited, and most reports were organized around that. GA4 replaced that with a single event model: a pageview is an event, a button click is an event, a form submission is an event, a scroll past 90% of the page is an event. There's no separate "pageview" category sitting apart from everything else.
This is more flexible but less automatic. Some events are captured for you out of the box (page views, scrolls, outbound clicks, file downloads, video engagement) through what GA4 calls enhanced measurement. Anything specific to your business — a quote request, a newsletter signup, a phone number click — needs to be set up deliberately.
| Concept | Old analytics model | GA4 |
|---|---|---|
| Core unit | Pageview, with goals layered on top | Event — pageviews are just one event type |
| Conversions | Defined as separate "goals" | Any event can be marked as a "key event" (conversion) |
| Automatic tracking | Pageviews only | Pageviews, scrolls, outbound clicks, downloads, video engagement |
| Custom tracking | Required manual event code for most things | Some useful events still need manual setup, but less than before |
Setting up the events that actually matter
You don't need to track everything. You need three to five events that represent a real business outcome, marked as key events (GA4's current term for what used to be called goals). For most small business sites, that's a short list.
- •Contact form submission
- •Phone number click (especially important on mobile)
- •Quote or booking request submitted
- •Newsletter or email signup
- •Add to cart or purchase, if you sell online
- 1Confirm enhanced measurement is onIn Admin, under Data Streams, open your web stream and check that enhanced measurement is enabled — this captures scrolls, outbound clicks and downloads automatically.
- 2Identify your real conversion actionsList the 3-5 actions on your site that represent an actual business result, not just engagement — a form submit, not a scroll.
- 3Check if the event already firesUse GA4's DebugView (or the Realtime report) while you click through your own site to see which actions are already being captured under an existing event name.
- 4Mark it as a key eventIn Admin, under Events, toggle "Mark as key event" for each of the actions that matter. This is what makes them show up as conversions in your reports.
- 5Set up missing events with a tag manager if neededFor actions that don't fire automatically — like a specific button click — a tool like Google Tag Manager is the usual way to add tracking without editing code directly.
The reports actually worth checking
GA4 has a long list of reports, and most small business owners only need a handful of them on a routine basis. The rest are there for deeper investigation when something specific needs explaining.
- 1Acquisition > Traffic acquisitionShows where visitors came from — organic search, direct, social, referral. This is your first stop for "is anything actually driving traffic."
- 2Engagement > Pages and screensShows which pages get views and how long people engage with them. Useful for spotting a popular page that isn't converting, or a key page nobody visits.
- 3Engagement > Events, and Reports > ConversionsShows your key events firing over time — this is where you check whether form submissions, calls or bookings are trending up or down.
- 4RealtimeShows what's happening on your site right now — useful right after a launch, a campaign send, or when testing new tracking.
Common setup mistakes
- •Never marking any events as key events, so the Conversions report stays empty and looks useless
- •Tracking too many low-value events (every button hover, every menu open) which buries the events that matter
- •Not testing new tracking in DebugView first, then discovering months later that a "conversion" was never actually firing
- •Comparing GA4 numbers directly to old analytics numbers and assuming something is broken — the two systems measure sessions and users differently, so totals won't match exactly
- •Ignoring the tool for months after setup because the interface felt unfamiliar at first
- ✓GA4 tracks everything as an event — pageviews are just one event type among many.
- ✓Enhanced measurement captures scrolls, outbound clicks and downloads automatically.
- ✓Mark 3-5 real business actions as key events so they show up as conversions.
- ✓Use DebugView to confirm a new event actually fires before trusting it in reports.
- ✓Check Acquisition, Engagement and Conversions reports routinely — most others are for occasional deep dives.