How to Change Goals in Google Analytics

Cody Schneider9 min read

Setting up a goal in Google Analytics can feel like a big commitment, but your business objectives are always changing. What worked last quarter might not be the priority today, which means your tracking needs to adapt. This guide will walk you through exactly how to change, update, and manage your goals in Google Analytics 4, moving beyond simple step-by-step clicks to help you make smarter tracking decisions.

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

First, A Quick Note: From Goals in UA to Conversions in GA4

If you're accustomed to the old Universal Analytics (UA), the first thing you need to know is that the terminology has shifted. What we used to call "Goals" are now called "Conversions" in Google Analytics 4.

This isn't just a simple name change, it reflects a fundamental difference in how GA4 tracks user interactions. In UA, goals were fairly rigid and based on specific page views, session durations, or other limited criteria. In GA4, everything is an event. This could be a page_view, a click, a scroll, or a form_submission. A "conversion" is simply an event that you’ve marked as particularly important for your business.

This event-based model makes tracking much more flexible and powerful. Instead of being stuck with 20 goal slots like in UA, you can designate up to 30 events per property as conversions. Understanding this changes how you approach "modifying a goal" - often, it means targeting a more specific underlying event.

Before You Change Anything: Understand GA4 Event Types

To effectively manage conversions in GA4, you first need to know what kinds of events you have to work with. They fall into four main categories, from the most basic to the most customized.

  • Automatically Collected Events: These are tracked by default when you install the GA4 tracking code. They include basic interactions like page_view, session_start, and first_visit. You don't have to do anything to enable them.
  • Enhanced Measurement Events: You can enable these with a simple toggle in your GA4 admin settings. They automatically track more specific engagement, such as scroll (when a user scrolls 90% of the page), file_download, click (outbound clicks), and video_progress.
  • Recommended Events: Google provides a list of recommended event names for common business scenarios (like e-commerce or lead generation). Using these standard names, such as purchase, generate_lead, or sign_up, helps GA4 understand your data better and provides access to more detailed reporting features.
  • Custom Events: If none of the standard events cover what you need to track, you can create your own. This is where the real power lies for modifying your business goals. For example, you might create a custom event named submit_consultation_form or download_case_study.

Your conversions will always be based on one of these event types. So, the first step in "changing" a goal is often identifying or creating the right event to track.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

How to "Create" a New Conversion in GA4

Sometimes, the easiest way to "change" a goal is to create a new, more specific one and phase out the old one. There are two primary ways to do this in GA4, neither of which requires you to touch any code on your website.

Method 1: Mark an Existing Event as a Conversion

This is the simplest method. If GA4 is already tracking an event that represents a goal for you, you can flip a switch to turn it into a conversion.

For example, let's say your contact form plugin automatically fires a generate_lead event. You just need to tell GA4 that this event is a key business objective.

Here are the steps:

  1. Navigate to the Admin section of GA4 (the gear icon in the bottom-left).
  2. Under the Property column, click on Conversions.
  3. On this screen, you’ll see a list of your existing conversion events. At the top of the table on the left, it provides a heads up saying "To create conversion events, mark existing events as conversions in Admin > Events." Click on that link to go to your "Existing events" table.
  4. Find the event name you want to track as a goal (e.g., generate_lead).
  5. On the right side of that event's row, you'll see a toggle under the heading Mark as conversion. Simply turn it on.

That's it. Within 24-48 hours, GA4 will start reporting on the generate_lead event as a conversion. If you ever decide this is no longer a key metric, you can simply come back here and turn the toggle off.

Method 2: Create a Conversion from Another Event's Details

What if the event you need is too broad? A common example is tracking visits to a thank-you page. The standard page_view event fires on every page, but you only care about a specific one. This is where GA4's "Create event" feature in the Admin panel comes in handy.

Imagine you want to set up a conversion for anyone who signs up for your newsletter and lands on /newsletter-thank-you. You can create a new, highly specific event based on the general page_view event.

Here's how to do it:

  1. Go to Admin > Events.
  2. Click the Create event button. Then on the next screen click "Create."
  3. In the Custom event name field, give your new event a clear, descriptive name. Example: signup_newsletter_success.
  4. Now, set the Matching Conditions. This tells GA4 when to fire your brand-new event.
  5. Click Create in the top-right.

You have now created a new custom event called signup_newsletter_success that will only be tracked when someone views a page with /newsletter-thank-you in the URL. To make it a trackable goal, go to Admin > Conversions > New Conversion Event and paste "signup_newsletter_success." Voila!

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

3 Ways to Actively Manage and Change Your Conversions

Once your conversions are set up, you aren't stuck with them. Maybe a goal becomes obsolete, or you realize you're counting it incorrectly. Here’s how you can actively manage and modify your existing GA4 conversions.

1. Turn Conversions On and Off

This is the most straightforward way to "deactivate" a goal. Let's say you were tracking downloads of a promotional holiday PDF. Once January hits, that event is no longer a relevant business goal. Instead of deleting it, you can just stop counting it as a conversion.

Simply navigate to Admin > Conversions, find the conversion in the list (download_holiday_pdf, for example), and turn off the "Mark as conversion" toggle. The underlying download_holiday_pdf event data will still be collected, so you can analyze it historically, but it will no longer show up in your conversion reports going forward. Re-activating it is as simple as flipping the switch back on.

2. "Edit" a Custom-Built Conversion

Let's say you made a mistake in the custom event you created earlier. You used page_location equals /newsletter-thank-you but later realize some URLs have extra parameters (like ?source=facebook), causing those visits not to be counted.

Unfortunately, you can't go back and directly edit the matching conditions of the original signup_newsletter_success event. The best practice here is to preserve your data history and create a new, corrected event.

You would repeat the steps in "Method 2" from above, but this time you'll create signup_newsletter_success_v2. For the page_location condition, you would use the operator contains instead of equals. Then, you would mark the new _v2 event as a conversion in the Conversions tab and, crucially, turn off the toggle for the old, flawed version. Your historical data remains intact under the old name, and all new data is tracked correctly.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

3. Change the Conversion Counting Method

This is a subtle but incredibly important modification. For each conversion, you can tell GA4 whether to count it every time it happens, or only once per session.

To change this, go to Admin > Conversions. Click the three vertical dots to the right of the conversion you want to change, and select Change counting method.

You’ll see two options:

  • Once per event (default): If a user completes the action five times in one session, GA4 will record five conversions. This is ideal for goals where volume matters, like a purchase event in e-commerce. You definitely want to count every sale.
  • Once per session: If a user performs the action five times, GA4 will only record one conversion for that session. This is perfect for lead generation. If someone gets anxious and submits your contact form three times in a row, you don't have three new leads - you still only have one. Setting this to "once per session" will give you a much more accurate count of unique leads.

Changing this setting can dramatically clean up your data and give you a more realistic view of business performance, especially for lead-based goals.

Best Practices for Goal Management Success

As you modify your conversions, keep these tips in mind to avoid headaches down the road:

  • Be Specific With Naming: Avoid generic names. Instead of form_submit, use submit_contact_form_sidebar or download_ebook_ga4_guide. This makes your reports instantly understandable, especially for new team members.
  • Archive, Don't Delete: Always favor turning off a conversion toggle over trying to delete an underlying event. This preserves your historical data, allowing you to look back and see how performance has changed over time.
  • Document Your Definitions: Keep a simple spreadsheet or document that lists your conversion events. Note what it tracks, why it’s important, which counting method it uses, and when it was created. This "data dictionary" will be a lifesaver six months from now when nobody can remember what lead_form_v3_final was supposed to be.
  • Audit Your Goals Quarterly: Set a recurring reminder to review your existing conversions. Are they all still relevant to your current business objectives? Are any broken? Are there any new goals you should be tracking? A regular health check keeps your analytics accurate and useful.

Final Thoughts

Wrapping your head around performance tracking in Google Analytics 4 is all about shifting your perspective from rigid "Goals" to flexible, event-based "Conversions." Changing a goal is no longer about editing a static setting, but about thoughtfully managing the events you define as important - whether that means creating entirely new event rules, adjusting how they're counted, or simply toggling them on and off to reflect your current focus.

Tracking the right conversions from platforms like GA4, Google Ads, and your CRM is critical, but getting a unified view can be time-consuming. That's why we created Graphed. We make it easy to connect all your data sources in one place and build custom, real-time dashboards just by describing what you want to see in plain English. Instead of toggling between a dozen tabs to see how your conversions translate to actual revenue, you can get instant answers and spend your time acting on the insights, not searching for them.

Related Articles