Stage 3Get Found

Set Up Conversion Tracking in GA4 (Quick 30-Min Guide)

10 min read
confident
do
Share:

You've got traffic coming to your website. People are clicking around. But here's the uncomfortable question: what are they actually doing?

Without conversion tracking, you're flying blind. You might see 500 visitors last week in Google Analytics, but you have no idea if any of them filled out your contact form, called your number, or bought your product. You're measuring activity, not results.

Conversion tracking changes everything. It tells you exactly which visitors took the actions that matter to your business—the ones that generate leads, sales, or bookings. Once you know what's working, you can do more of it. Once you know what's not working, you can fix it.

This guide walks you through setting up 3-5 core conversion events in Google Analytics 4. You'll define what matters (a form submission, a phone call click, a purchase), configure GA4 to track it, and verify it's working—all in about 30-45 minutes.

Quick Navigation:


Quick Start: The 'Thank You Page' Conversion Method (10 Minutes)

The easiest conversion to track is one that sends people to a unique "Thank You" page after they complete an action. If your contact form redirects to `/thank-you` or your checkout sends people to `/order-confirmation`, you're in luck.

The 5-Step Quick Method:

  1. Identify your Thank You page URL – Find the exact page path (e.g., `/thank-you` or `/contact-success`)
  2. Open GA4 Admin → Events – Navigate to Admin (bottom left) → Data display → Events
  3. Create a custom event – Click "Create event" → Name it something clear like `form_submission` → Set the condition: `page_location` contains `/thank-you`
  4. Mark it as a Conversion – Toggle "Mark as conversion" to ON for your new event, or go to Admin → Conversions → click "New conversion event" and enter your event name
  5. Test it immediately – Submit your form yourself, then check GA4 Realtime report (or DebugView if you have it enabled) to confirm the event fires

✅ Completed the quick version? If your primary goal uses a Thank You page, you're done! Move on to Write CTAs That Actually Get Clicks or continue below for the detailed walkthrough covering advanced actions like button clicks and phone calls.


Complete Step-by-Step Guide: Tracking Leads, Calls, and Purchases

Not every valuable action sends people to a new page. Someone might click your phone number, download a PDF, or click a "Get Quote" button that opens a contact form modal. These need different tracking methods.

This builds on Set Up Basic Tracking with GA4, which installed the base tracking code. Now you're configuring what to measure.

Step 1: Define Your Measurable Goals

Start with your business outcomes, then translate them into trackable events.

Business Goal → GA4 Event Name:

  • "Someone requests a quote" → `generate_lead`
  • "Someone calls us" → `phone_click`
  • "Someone buys a product" → `purchase` (standard e-commerce event)
  • "Someone books a consultation" → `booking_submission`
  • "Someone downloads our guide" → `file_download`

Choose 3-5 of your most valuable actions. Don't try to track everything—focus on what directly leads to revenue or qualified leads. If you're not sure what matters most, review your holistic approach to tracking your leads to identify your key conversion points.

Why this matters financially: Once you're tracking conversions, you can calculate Cost Per Lead (CPL) and understand exactly what each customer costs to acquire. Without conversion tracking, you're spending money without knowing the return.

Step 2: Tracking Method 1 – The Destination URL (Detailed)

This is the method from Quick Start, but with more detail for complex scenarios.

When to use this: Your conversion action redirects to a unique URL (form submissions, checkout confirmations, booking confirmations).

Detailed setup:

  1. Confirm the unique URL – Test your form/checkout yourself and note the exact URL you land on. It must be unique to that conversion (not your homepage or a page used for other purposes).
  2. Navigate to GA4 Admin → Events – Bottom left corner → Admin → under "Data display" → Events
  3. Click "Create event" – Top right blue button
  4. Configure the event:
  5. Event name: Use a clear, lowercase name with underscores (e.g., `contact_form_submission`)
  6. Matching conditions:
  7. Parameter: `page_location`
  8. Operator: `contains`
  9. Value: `/thank-you` (or whatever your unique path is)
  10. Click "Create"
  11. Mark as Conversion:
  12. Option A: Toggle "Mark as conversion" to ON when creating the event
  13. Option B: Go to Admin → Conversions → "New conversion event" → enter your exact event name

Pro tip: If you have multiple forms going to the same Thank You page, add a URL parameter to differentiate them (e.g., `/thank-you?form=contact` vs `/thank-you?form=quote`). Then create separate events for each parameter value.

Step 3: Tracking Method 2 – Custom Clicks and Interaction Events

When to use this: Your conversion doesn't go to a new page—button clicks, phone number clicks, file downloads, video plays, or modal form submissions.

This requires either:

  • Google Tag Manager (GTM) – The flexible option (free, but requires setup)
  • Your website platform's built-in tools – Many WordPress plugins, Shopify, or Wix have click tracking features
  • Developer help – For custom implementations

The GTM approach (simplified):

  1. Ensure GTM is installed – If you followed Set Up Basic Tracking with GA4, you should have GTM connected
  2. Identify the element to track – Right-click the button/link → Inspect → note the unique ID, class, or text (e.g., `id="phone-button"`)
  3. Create a Trigger in GTM:
  4. Triggers → New → Trigger Type: "All Elements" or "Just Links"
  5. Configure: Click Element matches CSS selector `#phone-button` (or whatever your unique identifier is)
  6. Save with a clear name like "Phone Button Click"
  7. Create a Tag in GTM:
  8. Tags → New → Tag Type: "Google Analytics: GA4 Event"
  9. Configuration ID: Your GA4 Measurement ID
  10. Event Name: `phone_click` (or your chosen name)
  11. Triggering: Select your "Phone Button Click" trigger
  12. Save and Submit (publish your GTM container)
  13. Mark as Conversion in GA4 – Same as Method 1: Admin → Conversions → add your event name

If dealing with custom click events or data layers feels complicated, you're right—it can be tedious. This level of granular tracking detail is exactly what NetNav audits, ensuring that existing tags or conversion pixels are correctly firing without manual debugging.

Alternative for non-GTM users: Many website builders have simpler options:

  • WordPress: Plugins like MonsterInsights or ExactMetrics can track button clicks
  • Shopify: Built-in e-commerce tracking handles purchases automatically
  • Wix/Squarespace: Check their analytics settings for event tracking options

The principle is the same: identify the action, create an event name, and mark it as a conversion in GA4.

Step 4: Verification is Non-Negotiable

Never assume tracking works. Always test before you rely on the data.

Using GA4 DebugView (the best method):

  1. Enable Debug Mode:
  2. Chrome: Install "Google Analytics Debugger" extension, turn it on
  3. Your website: Some platforms have a debug mode toggle in settings
  4. GTM: Use Preview mode (top right in GTM) and open your site in the preview window
  5. Open DebugView in GA4:
  6. GA4 → Admin → DebugView (under "Data display")
  7. You should see your device/session appear in real-time
  8. Trigger your conversion action:
  9. Submit the form, click the button, or complete the purchase
  10. Watch DebugView for your event name to appear
  11. Check the details:
  12. Event name matches exactly what you configured
  13. Parameters are correct (page path, button ID, etc.)
  14. No errors or warnings

Using GA4 Realtime Report (simpler, less detail):

  1. Open Realtime report – GA4 → Reports → Realtime
  2. Trigger your conversion – Complete the action on your site
  3. Check "Event count by Event name" – Your event should appear within 30 seconds
  4. Verify the conversion – If you marked it as a conversion, check the "Conversions" card in Realtime

Common verification mistakes:

  • Testing too quickly (wait 30-60 seconds for data to appear)
  • Not disabling ad blockers (they can prevent tracking)
  • Using an old browser cache (hard refresh with Ctrl+Shift+R or Cmd+Shift+R)

Step 5: Finalizing the Conversion

Once you've verified the event fires correctly, confirm it's marked as a conversion:

  1. Go to GA4 Admin → Conversions
  2. Check your event is listed – You should see your event name with a toggle switched ON
  3. If it's not there:
  4. Click "New conversion event"
  5. Enter your exact event name (must match perfectly, including case and underscores)
  6. Save
  7. Wait 24-48 hours – Conversion data takes time to populate historical reports (though Realtime works immediately)

What you can do now:

  • See conversion counts in GA4 reports (Acquisition, Engagement, Monetization)
  • Build audiences based on conversions (for remarketing)
  • Compare traffic sources by conversion rate (which channels bring the best leads?)
  • Optimize your forms or lead magnets based on real data

🎉 Completed? Your fundamental measurement system is now live. You're no longer guessing—you're measuring what actually drives your business. You're ready for Write CTAs That Actually Get Clicks, where you'll use this new conversion data to optimize your highest-value conversion points.


Troubleshooting: When the Numbers Don't Match


What's Next

You've built the foundation of data-driven marketing. You can now see which traffic sources, pages, and campaigns actually generate leads or sales.

Immediate next step: Write CTAs That Actually Get Clicks

Now that you're tracking conversions, you can test and optimize your call-to-action buttons. You'll know exactly which CTA copy, placement, and design drives the most conversions—because you're measuring it.

Go deeper when you're ready:

  1. Advanced Google Analytics Segments – Slice your conversion data by traffic source, device, location, or behaviour to find hidden opportunities
  2. Advanced Ad Targeting Strategies – Use your conversion data to build custom audiences and remarketing campaigns that target people most likely to convert

Other Get Found Guides

Building your visibility and measurement system? These guides work together:


Let NetNav Handle the Technical Complexity

You've completed the crucial step of setting up measurement! Now that you have conversion tracking active, NetNav can analyse your site speed, SEO health, and compliance, giving you a holistic view of your marketing effectiveness across all nine pillars.

While you focus on optimising key site pages and growing your business, NetNav monitors your tracking setup, flags issues before they cost you data, and ensures your marketing technology stack is working together properly.

See what NetNav finds in 60 seconds →


You're no longer guessing. You're measuring. And that changes everything.