MarketingApril 5, 20268 min read

Getting Real Value From GA4

GA4 is not Universal Analytics with a new coat of paint. Here is how to configure it so the numbers you look at on Monday actually change what you do.

By Innovation T Team


Most teams migrated to GA4 because Google forced their hand, then kept using it the way they used the old Universal Analytics: glance at sessions, glance at bounce rate, close the tab. The result is a tool that costs nothing and tells you almost nothing. GA4 is a genuinely different product built on an event model, and once you configure it around the decisions you actually make, it becomes one of the cheapest sources of real leverage in your marketing stack.

This guide is the setup we walk clients through. It assumes you have GA4 installed and are staring at reports that feel vaguely useless. We will turn that into a measurement system you trust.

Understand the event model, because everything follows from it

In Universal Analytics, the world was made of sessions and pageviews, with events bolted on the side. In GA4, everything is an event. A pageview is an event. A scroll is an event. A purchase is an event. Each event carries parameters, which are the little pieces of context that make it useful: which page, which button, how much revenue, which plan.

This matters because the quality of your GA4 account is decided almost entirely by the quality of your events and parameters. If you only send the automatic events Google collects for you, you get a generic picture that looks identical to every other website on the internet. The value comes from the events you define around your specific business.

So the first question is never "what does GA4 show me." It is "what does someone do on our site that signals progress toward money." Write those actions down before you touch a single setting.

Design your events before you build them

Resist the urge to instrument everything. An account with two hundred events, half of them named click_2 and button_final, is worse than an account with fifteen clean ones. Good event design is deliberate and boring.

A few principles we hold to:

  • Name events in snake_case with a verb and a noun. generate_lead, start_checkout, submit_quote. Consistency here saves hours later.
  • Use parameters instead of multiplying event names. Do not create download_pdf_pricing and download_pdf_whitepaper. Create one file_download event with a file_name parameter.
  • Reuse Google's recommended event names where they exist. Events like purchase, sign_up, and generate_lead unlock built-in reporting and better modeling, so use them rather than inventing synonyms.
  • Decide the parameter schema up front. Which parameters attach to which events, what type each is, and what values are allowed. This is the single document that keeps your data clean as more people touch the tag setup.

In our experience, a typical small business needs somewhere between ten and twenty custom events to capture everything that matters. If you are drafting a list of eighty, you are measuring activity, not outcomes.

Mark the events that matter as key events

GA4 renamed conversions to "key events," and the rename is a good excuse to be honest about what a conversion really is for you. A key event is an action valuable enough that you would change spending decisions based on how often it happens.

Be stingy. If you mark ten events as key events, none of them mean anything, because your conversion rate becomes a blur of newsletter signups and video plays. For most companies the real list is short: a lead form submission, a booked call, a completed purchase, maybe a free trial start. Everything else is a supporting signal you can still analyze, just not a headline number.

One tradeoff worth naming: GA4 lets any key event feed Google Ads as a conversion. Keep the Ads conversion list even tighter than your GA4 key event list, because bidding algorithms optimize hard toward whatever you feed them. Feed them a soft signal and they will happily buy you a mountain of newsletter signups that never become customers.

Turn parameters into custom dimensions so you can actually report on them

Here is the step almost everyone forgets. You can send a plan_type parameter with every signup, but until you register it as a custom dimension in the GA4 admin, you cannot break any report down by it. The data is being collected and quietly thrown away in the reporting interface.

So after you define an event with useful parameters, go into Admin, open Custom definitions, and register the parameters you want to slice by as custom dimensions. Two cautions from experience:

  1. Custom dimensions have quotas, so register the ones you will genuinely use, not every parameter you can think of.
  2. Registration is not retroactive. A dimension only populates from the day you create it forward, which is a strong reason to plan your schema early rather than discovering the gap three months in.

Get consent mode and privacy right, because 2026 is not 2020

Analytics in 2026 lives inside a privacy regime that keeps tightening. Third-party cookies are effectively gone as a reliable signal, regulators are active, and users expect a real choice. GA4 handles this through Consent Mode, which adjusts what the tag collects based on whether a visitor has agreed.

The important thing to understand is that Consent Mode does not simply zero out your data when someone declines. Google uses modeling to estimate the behavior of users who did not consent, so your reports stay directionally useful. That modeling is only as good as your implementation, though. If your consent banner and your tags are wired up sloppily, you either leak data you should not collect or blind yourself to conversions you legitimately could have modeled. This is worth getting right the first time, and it pairs naturally with the first-party data discipline that also protects your SEO and site performance work, a theme we cover in our field guide to Core Web Vitals.

Build the reports you will actually use

The default GA4 reports are built for everyone, which means they are built for no one in particular. Two features turn GA4 from a dashboard you tolerate into one you open on purpose.

Explorations. This is the free-form analysis canvas. The most useful starting point is a funnel exploration: define the steps from landing to key event, and GA4 shows you exactly where people fall out. Seeing that seventy percent of visitors reach your pricing page but only three percent start a checkout tells you where to spend next week far better than any headline metric. Path explorations are the other workhorse, letting you see the routes people actually take rather than the ones you designed.

A clean set of custom reports. Trim the left-hand navigation to the handful of reports your team looks at, and build them around your key events and custom dimensions. A report that answers "which channels drove leads this month, and what did those leads cost" beats twenty reports nobody reads.

A short checklist for a review that is worth your time:

  1. Are key events trending up, flat, or down versus last period?
  2. Which channel or campaign moved most, and can you explain why?
  3. Where is the biggest drop-off in your primary funnel?
  4. Did any tracking break? A key event that suddenly reads zero is usually a broken tag, not a collapse in demand.
  5. What is the one action this review changes for next week?

If a weekly look does not produce an answer to that last question, your reports are decoration.

Connect GA4 to BigQuery once you outgrow the interface

GA4 includes a free export to BigQuery, and this is the quiet superpower most teams never switch on. The GA4 interface applies sampling and thresholding on larger or privacy-sensitive queries, which means the numbers can shift under you. The BigQuery export gives you the raw, event-level data with no sampling, so you can join analytics to your CRM, your billing system, and your ad spend to build attribution that reflects real revenue rather than GA4's default last-click model.

You do not need this on day one. You need it when the questions you are asking outgrow what the interface can answer honestly, and when tying marketing activity to downstream revenue becomes the thing standing between you and a bigger budget. That kind of measurement is exactly what makes SEO and content investments defensible to a finance team.

How Innovation T can help

Most GA4 problems are not GA4 problems. They are planning problems: no event schema, no clear definition of a conversion, parameters collected but never registered, and a consent setup that quietly corrupts the data. We fix that end to end.

When we take on a measurement engagement, we start by mapping your funnel and the decisions you make, then design an event and parameter schema around them. We implement it cleanly through your tag manager, wire up Consent Mode correctly, register the custom dimensions that matter, and build the small set of Explorations and reports your team will actually use on Monday. For teams that have outgrown the interface, we stand up the BigQuery export and connect analytics to revenue so your marketing numbers finally tie back to the bank account.

If your GA4 account is a tab you close without reading, it does not have to stay that way. See how we approach Digital Marketing and analytics, or talk to our team about turning your data into decisions. We will tell you honestly whether you need a two-week cleanup or a full rebuild, and we will leave you with a setup your own team can run.

#GA4#analytics#measurement#marketing

Ready to build with Innovation T?

Whether it is security, growth or engineering, our team can help you ship it well.