How to Set Up Conversion Events in Google Analytics 4

Cody Schneider7 min read

Setting up conversion tracking is the single most important thing you can do to make your Google Analytics 4 data useful. Without it, you're just looking at traffic numbers, with it, you're measuring what actually drives your business forward. This guide will walk you through exactly how to define, create, and track conversion events in GA4, step-by-step.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

So, What's a "Conversion Event" in GA4?

If you're used to Universal Analytics, you'll remember setting up "Goals." In GA4, the entire data model is built around events - every action a user takes, from a page view to a button click, is an event. A "conversion event" is simply any event that you tell GA4 is important to your business.

Think of it as putting a gold star on a specific user action. These are the moments you care about most, like:

  • A purchase being completed (purchase event)
  • A lead form being submitted (often a custom event)
  • Someone signing up for your newsletter (sign_up event)
  • Booking a demo
  • Starting a free trial

Almost any action can be turned into a conversion. The key is to start by identifying which actions directly contribute to your business objectives.

First, Plan Your Conversions Like a Marketer

Before you click a single button inside GA4, take a moment to define what success looks like for your website. This step prevents you from tracking vanity metrics and ensures your data tells a clear story about performance. Ask yourself: "What do I want users to do on my site?"

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Example Conversion Goals by Business Type:

  • E-commerce Store: The obvious one is a purchase. Micro-conversions could be add_to_cart, begin_checkout, or a wishlist submission.
  • SaaS Company: Key conversions are likely a sign_up for a free trial or a generate_lead from a demo request form.
  • B2B Lead Generation Site: The primary conversion is a form submission (e.g., contacting sales, downloading a whitepaper). Viewing a pricing page could be a valuable micro-conversion.
  • Publisher/Blog: This might be a sign_up for the newsletter, a specific link click, or an ad click.

Jot down your top 3-5 most important actions. These are the events you’ll be setting up as conversions.

The Easy Way: Mark an Existing Event as a Conversion

Sometimes, GA4 is already collecting the event you need. You just need to tell it that this specific event is a conversion. Common examples are the automatically collected events or the recommended events that platforms like Shopify, WordPress, or Google Tag Manager can send automatically.

For example, events like purchase, sign_up, and generate_lead are standard and may already be visible in your account. If the event you need is already being tracked, marking it as a conversion takes just a few clicks.

Step-by-Step Instructions:

  1. Log into your Google Analytics 4 property.
  2. On the left-hand navigation, click Admin (the gear icon at the bottom).
  3. In the Property column, look for Data display and click on Events.
  4. You'll see a table of all the events GA4 has collected in the selected date range. Scan the "Existing events" table to find the name of the event you want to treat as a conversion (e.g., generate_lead).
  5. On the far right of that event's row, you'll see a toggle switch under the "Mark as conversion" column. Simply turn that toggle on.

That's it! Once you flip that switch, GA4 will begin counting every future occurrence of that event as a conversion. It can take up to 24 hours for the change to be fully reflected in your reports, so don't be alarmed if you don't see it immediately.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

The A-Team Method: Create a New Conversion Event from Scratch

More often than not, the specific action you want to track won't have a pre-existing event. A classic example is tracking a "Thank You" page view after someone submits a contact form. There's no default GA4 event for this, so you have to create it first and then mark it as a conversion.

This process has two main steps:

  1. Create a new event based on an existing one (like page_view).
  2. Wait for the new event to show up in your reports, then mark it as a conversion.

Step 1: Create the New Event in the GA4 Interface

Let's stick with our example of tracking submissions of a "Contact Us" form that redirects to a "thank-you" page. We’ll call our new event contact_form_submit.

  1. Navigate to Admin > Data display > Events again.
  2. In the top right corner of the events table, click the Create event button.
  3. You'll see a list of your custom events (if any). Click Create again.
  4. Now you're officially building your event. Here’s what to fill in:
  5. Your configuration should now say: "Log a new contact_form_submit event whenever the event_name equals page_view AND the page_location contains /thank-you."
  6. Leave the "Parameter configuration" section unchecked unless you're an advanced user. Click Create in the top right.

Step 2: Wait, Then Mark the New Event as a Conversion

This is the part that trips up most people. The new custom event you just created (contact_form_submit) will not appear in your main events list immediately. You need to wait for GA4 to process it, which can take anywhere from a few minutes to a full day.

To confirm it's working, you can perform the action on your website (e.g., submit the contact form yourself). Then, check back in your Admin > Events list the next day. Once you see contact_form_submit appear in the "Existing events" table, follow the exact same steps from the "Easy Way" section above:

  1. Find the contact_form_submit event in the list.
  2. Flip the toggle switch to On under the "Mark as conversion" column.

Congratulations! You've now successfully created and configured a custom conversion event from scratch.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Pro Tips for Managing Your Conversion Events

Setting up conversions is one thing, managing them effectively is another. Keep these pointers in mind:

  • Use DebugView for Testing: Don't want to wait 24 hours to see if your new event is firing? Use GA4's DebugView. With the official Google Analytics Debugger Chrome extension installed and enabled, you can see events show up in real-time as you navigate your site. This is perfect for confirming your conditions are set up correctly.
  • Be Patient: We can't say it enough - GA4 has a processing delay. If you set something up and don't see data immediately, give it a day before you assume something is broken.
  • Name Events Clearly: Using a naming convention like category_action (e.g., form_submit, trial_start) makes your data much easier to read and understand down the line. Avoid generic names like "Event1" or "Goal_New."
  • Don't Track Everything: You can define up to 30 custom conversion events per GA4 property. This sounds like a lot, but it encourages you to focus only on what's truly a Key Performance Indicator (KPI). Stick to the actions that have a real impact on your business.

Final Thoughts

Mastering conversion event setup in Google Analytics 4 is the fastest way to turn your analytics platform from a confusing traffic report into a powerful business tool. By identifying key user actions and telling GA4 to track them as conversions, you create a feedback loop that shows you exactly which marketing channels and user behaviors are driving real results.

Once you have all that rich conversion data in GA4, the next challenge is connecting it to the rest of your marketing and sales stack to see the full story. Instead of manually exporting reports and wrestling with spreadsheets, we built Graphed to do the heavy lifting for you. We connect directly to your GA4 account – along with your ad platforms, CRM, and storefront – so you can use simple, plain English to build dashboards and ask questions like, "Show me a chart of my contact_form_submit conversions by traffic source for the last month," and get an answer in seconds.

Related Articles