← Blog

Conversion tracking for content: a beginner's setup guide

An afternoon of setup connects your blog to your signups. Here's the exact plumbing — which Google Analytics switches to flip, in what order, and what to ignore.

AnalyticsAugust 20267 min read

You already know why conversions beat rankings as a way to judge content, and why it matters which posts sell. This article is the missing piece between those two: the actual setup. It takes an afternoon, it's free if you use Google Analytics, and once it's done, the question 'is the blog doing anything for us?' has an answer you can look up.

Before you touch any settings, pick one action

A conversion is whatever action means money is on the way: a quote request, a booked call, a signup, a purchase. Pick one. Not five — one primary action you'd happily trade a hundred visitors for.

This decision matters more than any configuration below, because everything downstream ranks your articles by it. If you track six actions equally, every article looks good at something and the report stops telling you anything. Track secondary actions if you like, but decide now which single number the blog is judged on.

The vocabulary, translated

Google Analytics 4 — GA4, the current free version of Google Analytics — uses three terms that sound interchangeable and aren't:

  • An event is anything GA4 records: a pageview, a click, a form submission. Everything is an event.
  • A key event is an event you've flagged as one that matters to the business. This is the thing we're setting up. (Google called these 'conversions' until a 2024 renaming, so older tutorials say 'conversion' where the interface now says 'key event'.)
  • A conversion, in current Google language, is a key event that's been shared with Google Ads for ad measurement. If you don't run ads, you can ignore this term entirely.

So the whole job is: get your money action recorded as an event, then flag that event as a key event.

Step 1: get the action recorded as an event

The easiest reliable route needs no code at all: a thank-you page. If your form redirects to /thank-you after someone submits it, then 'someone reached the thank-you page' is your conversion signal, and GA4 already records every pageview.

In GA4: Admin → Events → Create event. Give it a name like quote_request, and set the condition: event name equals page_view, and page location contains /thank-you. That's it — from now on, every visit to the thank-you page also fires your quote_request event.

If your form doesn't redirect anywhere, make it redirect. Adding a thank-you page is usually a five-minute change in any form or website builder, and it's less fragile than the alternatives, which involve tag managers and click tracking. Start with the boring version.

Step 2: flag it as a key event

In Admin → Events, find your new event in the list and flip the 'Mark as key event' toggle. Done. GA4 now counts it everywhere key events appear, which turns out to be the useful reports below.

One warning: the event only appears in this list after it has fired at least once. Submit your own form once to create it, then flip the toggle.

Step 3: link Search Console

Search Console is Google's free report of which searches your site appears for — if it's not set up yet, start there. Linking it to GA4 puts search data and conversion data in one place.

In GA4: Admin → Product links → Search Console links → Link, and follow the prompts (you need to be an owner or full user of the Search Console property). This unlocks two reports — 'Google organic search queries' and 'Google organic search traffic' — showing which searches and which landing pages bring you visitors from Google.

Step 4: read the one report that answers the question

The report that connects articles to conversions is the landing page report: Reports → Engagement → Landing page. Each row is a page people arrived on; the 'Key events' column shows how many conversions started there.

Sort by key events and you're looking at the answer to 'which posts actually produce customers'. Expect it to be lopsided. A handful of pages usually produce most of the conversions, and they're often not your most-visited pages — a pattern worth acting on rather than being alarmed by.

A note on attribution, kept short

Attribution means deciding which visit gets credit when someone reads three articles across two weeks and then signs up. GA4's default is what it calls data-driven attribution: a model that splits the credit across the touchpoints rather than giving it all to the last click. You don't need to configure or even understand it deeply — just know two things. Credit for one signup may be spread in fractions across several pages, so decimals in conversion counts are normal. And a page can contribute early in the journey without showing conversions of its own, which is one reason to ask new customers how they found you as a cross-check. The survey regularly surfaces articles the attribution model undercounts.

If you send traffic yourself: UTM tags

For links you control — newsletters, social posts, ads — add UTM parameters, which are short labels in the URL that tell GA4 where a visitor came from. Five exist; you need three:

  • utm_source — where the link lives: newsletter, facebook, partner-site.
  • utm_medium — the type of channel: email, social, referral.
  • utm_campaign — which push this was: spring-promo, launch-week.

A link like yoursite.com/pricing?utm_source=newsletter&utm_medium=email&utm_campaign=spring-promo shows up in GA4 labeled exactly that way, instead of dissolving into 'direct' traffic. The other two parameters, utm_term and utm_content, exist for ad-level detail; skip them until you miss them.

If GA4 makes you miserable

It does that to people. Two simpler paid tools do the content-conversion job with less interface: Plausible (from $9 a month for 10,000 monthly pageviews) and Fathom (from $45 a month, aimed at higher-traffic sites). Both let you define goals without code and show conversions per page on one screen. You lose GA4's depth and its price. For a small site that just needs 'which pages convert', that's often a good trade.

And the zero-tool version still works: if your form asks 'how did you hear about us?' and you read the answers monthly, you have conversion tracking. Cruder, but honest, and better than a GA4 setup nobody looks at.

What to skip

  • Tracking scroll depth, time on page, and every button click. More events feel like more insight; mostly they're more noise around the one number that matters.
  • Industry conversion-rate benchmarks. We looked for solid published numbers and found nothing worth borrowing — samples and definitions vary too much. Compare your pages against each other instead; that comparison is the useful one.
  • Real-time dashboards. Content moves monthly, and checking it weekly produces noise. A monthly look at the landing page report is the whole ritual.
One primary conversion, one landing-page report, one look per month. That's the entire measurement system a small blog needs.

Once this plumbing exists, it runs unattended. The monthly question stops being 'did traffic go up?' and becomes 'which pages brought people who bought?' — and every content decision after that gets easier to make.