Live web-analytics field notes Practical guides on web analytics, tracking, SEO, and digital marketing
SiteTracking
HomeConversions
Conversions

Landing Page Conversion Tracking: How to Measure What Actually Drives Signups

Landing page conversion tracking workspace

You launched a landing page. Traffic is coming in. But here’s the thing — how do you know what’s actually making people sign up? Is it the headline? The form placement? That testimonial section you spent hours on?

Without proper landing page conversion tracking, you’re essentially guessing. And guessing doesn’t scale.

In this guide, I’ll walk you through exactly how to set up conversion tracking on your landing pages — step by step, without needing a developer on speed dial. We’ll cover what to measure, how to measure it, and how to use that data to actually improve your results.

Why most landing page tracking setups miss the point

Most teams set up one conversion event — usually a form submission — and call it a day. That tells you how many people converted. However, it tells you almost nothing about why they converted or where you’re losing everyone else.

Effective landing page conversion tracking goes deeper. It means understanding the full journey on the page: who scrolls past the fold, who clicks your CTA but abandons the form, who watches your video, and who bounces in three seconds.

In other words, one number isn’t enough. You need a small set of signals that together tell you the real story.

Diagram showing primary conversions vs micro-conversions to track on a landing page
Primary conversions vs. micro-conversions: both matter for complete tracking.

What to track: the essential landing page metrics

Before touching any tool, decide what you actually need to measure. Here’s the framework I use for every landing page audit.

Primary conversion

This is your main goal — the action that defines success. For example:

You should have exactly one primary conversion per landing page. If you’re tracking two, your page is trying to do too much.

Supporting micro-conversions

These are the smaller actions that indicate engagement and buying intent. They help you diagnose where things break. Specifically:

Together, these micro-conversions create a picture of user engagement that a single conversion rate never could. For a deeper dive on this concept, check out our guide on what counts as a conversion event.

Conversion funnel showing page view to scroll to CTA click to form submit drop-off rates
A typical landing page conversion funnel — notice the steep drop between scroll and CTA click.

Landing page conversion tracking setup: step by step

Now let’s get practical. I’ll show you how to set this up using Google Analytics 4 and Google Tag Manager, since that’s what most teams have access to. The same concepts apply if you use Matomo, Amplitude, or another platform.

Step 1: Define your conversion event

First, name your primary conversion event. Use a clear, consistent naming convention:

Avoid vague names like conversion or goal1. Six months from now, nobody will remember what those mean. Additionally, include parameters that give context:

Step 2: Set up the trigger in GTM

Open Google Tag Manager and create a trigger for your conversion. The most common approach:

For form submissions: Use a Form Submission trigger. Enable “Wait for Tags” and “Check Validation” to avoid counting abandoned forms. Then filter by your landing page URL or form ID.

For button clicks: Use a Click trigger filtered to your CTA’s CSS class or ID. For instance, filter Click Classes contains cta-signup.

For thank-you page loads: Use a Page View trigger with a condition like Page Path equals /thank-you/. This is the simplest method, but it misses AJAX-based forms that don’t redirect.

Five-step flowchart for setting up GA4 conversion tracking with Google Tag Manager
The complete GTM + GA4 conversion tracking setup flow in five steps.

Step 3: Create the GA4 tag

In GTM, create a new Google Analytics: GA4 Event tag. Set the event name to your conversion event (e.g., form_submit_landing_demo). Add your parameters as event parameters.

Then link it to the trigger you just created. Test it in GTM’s Preview mode — submit the form yourself and verify the event fires in the GA4 DebugView.

Step 4: Mark it as a conversion in GA4

This step trips people up. Sending an event to GA4 doesn’t automatically make it a conversion. You need to explicitly mark it.

Go to GA4 → Admin → Events, find your event, and toggle “Mark as conversion.” Alternatively, go to Admin → Conversions and add it manually. As a result, GA4 will now report this event in conversion reports and attribute it to traffic sources.

Step 5: Add micro-conversion tracking

Now layer in your supporting events. In GTM, create tags for:

You don’t need to mark these as conversions in GA4. They’re diagnostic events — useful for analysis, not for campaign optimization.

Common landing page tracking mistakes to avoid

I’ve audited dozens of tracking setups. Here are the mistakes I see most often:

Five common landing page tracking mistakes with fixes
Avoid these five tracking mistakes that silently skew your landing page data.

How to analyze your landing page conversion data

Collecting events is only half the job. The other half is knowing what to do with them. Here’s a practical framework for reading your data.

The conversion funnel view

Build a simple funnel in GA4 Explorations:

  1. Page view (everyone who landed)
  2. Scroll 50% (engaged enough to read)
  3. CTA click (showed intent)
  4. Form submit (converted)

Each step-to-step drop tells you something specific. For example, if 80% of visitors scroll past 50% but only 5% click the CTA, your offer or button isn’t compelling enough. On the other hand, if CTA clicks are strong but form submissions are low, simplify the form.

Segment by traffic source

Not all traffic converts equally. Break your conversion data by source:

This segmentation helps you avoid the trap of optimizing a page based on blended averages. In fact, your page might work perfectly for one segment and terribly for another.

Quick self-audit checklist for landing page tracking

Use this checklist to verify your setup is solid before going live:

Frequently Asked Questions

Do I need Google Tag Manager for landing page conversion tracking?

Not strictly. You can send events directly via the GA4 gtag.js snippet or use a server-side approach. However, GTM makes it significantly easier to manage, test, and update tags without touching your page code. For most teams, it’s the practical choice.

How many conversion events should I track per landing page?

One primary conversion plus 3-5 micro-conversions is the sweet spot. That gives you enough data to diagnose problems without overwhelming your reports. More importantly, having a single primary conversion keeps your optimization focused.

Why is my conversion rate different in GA4 versus my form tool?

This happens often. Common causes include: GA4 counting unique users while your form tool counts submissions, bot traffic inflating page views in GA4, or ad blockers preventing GA4 from loading. As a result, discrepancies of 10-20% are normal. Use GA4 for trend analysis and your form tool for absolute counts.

Key takeaways

Landing page conversion tracking isn’t complicated. The hard part is being disciplined about what you track and how you use it. Start with the basics in this guide, verify everything works in DebugView, and then let the data guide your next test.

Keep reading

Related guides

01
How to Calculate Micro Conversion Rate: Formula, Example, and Benchmarks
Most teams can tell you their checkout conversion rate. Ask them how to calculate micro conversion rate for a pricing-page view or…
ConversionsJun 5, 2026 · 14m
02
Conversion Rate Optimization: The Framework Behind Every Test
Conversion rate optimization is a framework, not a single A/B test. Here are the five disciplines and how to build a CRO…
ConversionsMay 15, 2026 · 17m
03
Micro-Conversions That Predict Revenue: Track the Small Actions That Drive Big Results
Your analytics dashboard shows two types of conversions: the ones that make money and the ones that don’t seem to matter. But…
ConversionsJan 26, 2026 · 9m
04
Form Abandonment Analysis: Find Where You’re Losing Leads and Fix It
Your landing page gets 1,000 visits a month. 300 people click into your form. But only 45 actually submit it. That means…
ConversionsJan 23, 2026 · 9m