How to Set Up Conversion Tracking in Google Analytics

Cody Schneider8 min read

Setting up conversion tracking is the single most important step you can take to understand what’s actually working on your website. Without it, you’re just looking at traffic numbers, with it, you’re measuring real business results. This guide will walk you through exactly how to set up conversion tracking in Google Analytics 4 so you can stop guessing and start making data-driven decisions.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

What Exactly Is a Conversion?

In the simplest terms, a conversion is a specific, high-value action you want a user to take on your website. It’s the moment a visitor goes from a passive browser to an active participant. While looking at metrics like pageviews and session duration is interesting, it doesn’t tell you if your marketing efforts are actually generating leads, sales, or sign-ups.

Conversions are different for every business, but here are a few common examples:

  • Making a new customer purchase (e-commerce)
  • Submitting a contact or lead generation form
  • Signing up for a newsletter or email list
  • Downloading a white paper, ebook, or case study
  • Booking a demo or consultation
  • Clicking a specific “call now” button

Tracking these actions transforms Google Analytics from a general traffic report into a powerful business tool. It's how you prove ROI, understand which marketing channels are delivering qualified leads, and pinpoint exactly where you should be investing your time and budget.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Events vs. Conversions in GA4: What You Need to Know

Before we jump into the setup, it’s crucial to understand a key difference between the old Universal Analytics and the new Google Analytics 4. In GA4, everything a user does is considered an event.

Viewing a page is an event page_view. Scrolling down the page is an event scroll. Clicking a link is an event click.

A conversion, then, is simply an event that you’ve told Google Analytics is especially important to your business. Think of it like a busy store on a Saturday. Everyone who walks through the door is tracked as a "visitor" (an event). But the people who go to the cash register and make a purchase are the ones you label as "customers" (conversions). You care about all visitors, but you measure your success based on the number of actual customers.

This means our process for setting up conversion tracking will have two main parts:

  1. Make sure the action you want to track is being captured as an event.
  2. Mark that specific event as a conversion.

GA4 makes this process much more straightforward than it used to be, and for many common conversions, you can get it set up without touching a single line of code.

Method 1: Marking an Existing Event as a Conversion (The Easiest Way)

The good news is that GA4 automatically tracks many common interactions without any extra setup. Thanks to a feature called "Enhanced measurement," your GA4 property likely already collects events for things like file downloads, outbound link clicks, and video engagement. You just need to tell GA4 which of these events represent a successful conversion for your business.

This method is perfect if your desired conversion is a standard action GA4 already understands, such as a form submission or a purchase.

Step-by-Step Instructions

  1. Log in to your Google Analytics account and navigate to the Admin section by clicking the gear icon in the bottom-left corner.
  2. In the Property column, find the "Data display" section and click on Events.
  3. Here, you’ll see a table listing all the events GA4 has collected from your website in the selected time frame. You might see names like page_view, session_start, scroll, click, etc. For e-commerce stores, you will hopefully see purchase.
  4. Look through the list to find an event that matches your conversion goal. For example, if you want to track every time someone successfully submits a form, you might look for an event named form_submit which is often collected by enhanced measurement.
  5. Once you've found the event, look to the far right of its row. You’ll see a toggle under the column titled "Mark as conversion." Simply click this toggle to turn it on (it will turn blue).

That’s it! You've just told GA4 that every time the form_submit event occurs, it should also be counted as a conversion. It’s that simple. From this point forward, Google Analytics will track this specific interaction as a key business goal across all your reports.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Method 2: Create a Custom Event for Conversions (The "Thank You" Page)

What if the action you want to track isn't something GA4 collects automatically? A very common scenario is tracking a lead generation form - a contact form, a demo request, or a newsletter signup. The goal is to track a successful submission, not just a click on the submit button (which could happen even if the form is empty or has errors).

The most reliable way to track this is with a dedicated "Thank You" or confirmation page. The logic is simple: a user only lands on this page after they have successfully submitted the form.

For this to work, you need two things:

  • A form on your website.
  • That form must redirect the user to a unique confirmation page after a successful submission (e.g., yourwebsite.com/thank-you).

Our plan is to create a new, custom event that fires only when a user views this /thank-you page. Then, we will mark that new event as a conversion.

Part A: Creating the Custom Event in the GA4 Interface

  1. Navigate back to Admin > Data display > Events.
  2. On the Events page, click the blue button that says "Create event."
  3. You'll see a list of any custom events you've already made. Click "Create" to make a new one.
  4. Now we'll configure the new event. Here’s what to fill out:
  5. Click "Create" in the top-right corner to save your new event.

Part B: Marking Your New Custom Event as a Conversion

Now that you’ve created the event, you need to tell GA4 to treat it as a conversion. You have two options:

  1. Wait for it to appear: It can take anywhere from a few minutes to 24 hours for GA4 to process a new custom event and have it show up in the main Admin > Events list. Once generate_lead appears in that table, you can just flick the "Mark as conversion" toggle like we did in Method 1.
  2. Pre-register it (Recommended): You can tell GA4 to mark your event as a conversion before it has even been tracked for the first time. This is the faster and more reliable way.

Here’s how to pre-register your conversion:

  1. In the Admin section, under the Property column, click on Conversions.
  2. Click the "New conversion event" button.
  3. In the field that appears, type the exact same name you gave your custom event in Part A (e.g., generate_lead). It must be a perfect match, including capitalization and underscores.
  4. Click "Save."

Your conversion is now fully configured. As soon as GA4 detects your new custom generate_lead event, it will automatically count it as a conversion.

Where to Find and Analyze Your Conversion Data

Once you’ve set everything up and data has started to flow in, where do you actually see it? Here are the most important reports to check:

1. Realtime Report

Immediately after setting up your conversion, you can test it by completing the action on your website yourself. Then, check the Realtime report in GA4 (Reports > Realtime). In the "Conversions by Event name" card, you should see your new conversion event (generate_lead, for example) appear within a minute. This is the fastest way to confirm everything is working correctly.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

2. The Conversions Report

For a high-level overview, navigate to Reports > Engagement > Conversions. This report shows you a simple trendline and table with a count of all your different conversions over the selected date range. It’s great for a quick look at overall performance.

3. The Traffic Acquisition Report (Most Important)

This is where the real insights come from. Go to Reports > Acquisition > Traffic Acquisition. This report breaks down your site's users and sessions by their source - how they found your website (e.g., Organic Search, Direct, Paid Social, Email).

Scroll the table to the right, and you’ll see a column called "Conversions." By default, it shows the count for all conversions combined. But you can use the dropdown menu at the top of that column to select a specific conversion event. Want to see which channels are driving the most contact form submissions? Just select generate_lead from the dropdown. This is how you begin to answer critical marketing questions, like "Is my investment in Google Ads paying off with actual leads?"

Final Thoughts

Getting your conversion tracking set up correctly is a fundamental shift from monitoring website activity to measuring what truly grows your business. This data provides the clarity needed to optimize your marketing strategy, allocate budget effectively, and double down on the channels that deliver real value.

Once you're successfully capturing conversion data inside Google Analytics, Graphed can help you automatically transform that raw data into clear, actionable reports. We make it easy to blend your GA4 conversion data with information from other platforms like your CRM and ad accounts. You can simply ask questions in natural language like, "Which Facebook campaigns drove the most generate_lead conversions last month?" and instantly get a shareable, real-time dashboard. If you're ready to get faster insights from your data, you can get started with Graphed for free.

Related Articles