How to Edit a Goal in Google Analytics

Cody Schneider8 min read

Need to make a change to a goal in Google Analytics? Fixing a typo, updating a URL, or changing your tracking method are common tasks, but the process can be confusing, especially with the shift from Universal Analytics to GA4. This guide will walk you through exactly how to edit goals in Universal Analytics and how to manage and modify conversions in Google Analytics 4, step-by-step.

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

A Quick Refresher: Universal Analytics Goals vs. GA4 Conversions

Before jumping into the "how," it's important to understand the fundamental difference between the two versions of Google Analytics. This context will make the editing process much clearer.

In Universal Analytics (UA), a "Goal" was a specific configuration you set up in the Admin panel. You would tell UA, "When a user visits /thank-you.html, count that as a Goal." These were fairly rigid and had to be one of four types: Destination, Duration, Pages/Screens per session, or Event.

In Google Analytics 4, this concept is completely different. Everything a user does is considered an "event" — scrolling, clicking a link, viewing a page, or making a purchase. Instead of creating a separate "Goal," you simply tell GA4 which of these existing events you want to count as a "conversion." This model is far more flexible but means "editing a goal" now means editing the underlying event that's being tracked as a conversion.

Think of it this way: A UA Goal was like a permanent, fixed signpost on a specific street corner. A GA4 conversion is like putting a special sticker on any vehicle (event) you care about, no matter where it goes.

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 Edit a Goal in Universal Analytics (UA)

While Google has fully transitioned to GA4, many businesses still need to reference their historical Universal Analytics data or manage legacy setups. Knowing how to edit these old goals is still a valuable skill.

One critical thing to remember is that editing a goal in UA does not change your historical data. The changes only apply from the moment you save them and move forward. Also, you can't change the fundamental type of a goal, for example, you can't switch a "Destination" goal to an "Event" goal. For that, you'd have to create a new goal in an empty slot.

Step-by-Step: Editing Your UA Goal

Here's how to navigate to your goals and make common edits.

  1. Log in to Google Analytics and select the Universal Analytics property you want to work with.
  2. Click on 'Admin', represented by the gear icon in the bottom-left corner of the screen.
  3. In the admin screen, you'll see three columns: Account, Property, and View. In the far-right 'View' column, click on 'Goals'.
  4. You'll see a list of all the goals you've created. Click on the name of the goal you wish to edit.
  5. You are now in the 'Goal details' screen. Here's what you can and can't change:
  6. Edit the 'Goal details': This is where you change the trigger conditions. Depending on your goal type, this section will look different. For a 'Destination' goal, for example, you can update the destination URL if your "thank you" page has changed. Be sure to select the correct match type (Equals to, Begins with, or Regular expression).
  7. Verify this goal: At the bottom, you'll see a small link to 'Verify this goal.' Clicking this gives you a rough idea of how many conversions this goal would have recorded over the past 7 days based on your new settings. It’s a great way to check your work before saving.
  8. Click the 'Save' button. Your changes are now live and will start affecting data collection moving forward.

Transitioning to GA4: How to "Edit" Conversions

In Google Analytics 4, the mindset shifts from editing distinct "goals" to managing the events you've designated as "conversions." Depending on what you want to change, you'll take a different approach.

The Simplest "Edit": Toggling Conversions On and Off

This is the GA4 equivalent of turning a goal on or off. If you no longer want to count an event as a primary conversion, you can simply un-mark it without disrupting the collection of the event itself.

  1. Navigate to 'Admin' in your GA4 property.
  2. In the 'Property' column, click on 'Conversions'.
  3. You'll see a list of all events marked as conversions. Find the one you want to "pause" and simply toggle the switch under the 'Mark as conversion' column to off.

The event will still be collected and visible in your ‘Events’ report, but it will no longer show up in your ‘Conversions’ report or be counted towards your primary conversion metrics.

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

Need Deeper Changes? Modifying an Event in the GA4 Interface

What if you need to make a change similar to updating a destination URL in Universal Analytics? For instance, your confirmation page URL changed from /thank-you to /purchase-complete.

Instead of editing the old conversion, the best practice in GA4 is to create a new event based on the old one, but with updated criteria. You can do this right inside the GA4 interface without any code.

Here’s how to handle the new confirmation page scenario:

  1. Go to 'Admin' and click on 'Events' in the 'Property' column.
  2. Click the blue 'Create event' button.
  3. In the new panel, click 'Create'.
  4. Custom event name: Give your new event a clear, descriptive name. For example: purchase_complete_pageview.
  5. Matching conditions: This is where you tell GA4 what to look for.
  6. Click 'Create' in the top-right.

Your work isn't done yet! You've successfully created the new event, but GA4 doesn't know it's a conversion.

  1. Go back to Admin > Conversions.
  2. Click the 'New conversion event' button.
  3. Enter the exact name of the event you just created (purchase_complete_pageview).
  4. Click 'Save'.

Your new event will now be tracked as a top-level conversion. You can also safely switch off the old conversion if it's no longer relevant.

For Ultimate Control: Editing Events in Google Tag Manager (GTM)

For many custom conversions — like tracking specific button clicks, form submissions, or PDF downloads — the true "source of truth" is often Google Tag Manager. If an event tracked this way needs editing, you'll have to go into GTM to adjust its trigger.

For example, let's say you're tracking submissions of a contact form. Your GTM tag that fires the contact_form_submit event to GA4 might rely on the form having a specific ID. If a developer recently updated the website and changed that ID, your tracking will break.

To "edit" this conversion, you would need to:

  1. Go to your Google Tag Manager container.
  2. Navigate to Tags and find the tag that sends your broken event to GA4.
  3. Click on the 'Triggering' section of that tag.
  4. Click on the trigger itself to edit it. You might need to update the trigger conditions from the old form ID to the new one.
  5. Save the trigger, save the tag, and be sure to 'Submit' your changes in GTM to publish them.

Once you've adjusted the trigger in GTM, the event data sent to GA4 will be corrected, and your conversion tracking will resume working as intended. No changes are usually necessary inside GA4 itself for this type of fix.

Common Scenarios and What to Watch Out For

Here are some quick-fire answers to common problems that come up when editing analytics tracking.

"My Thank You Page URL Changed."

As covered above, the best method is to use the 'Create event' feature inside GA4 to make a new pageview-based conversion event with the updated URL. Then mark that new event as a conversion.

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.

"I'm trying to track clicks on a new CTA button."

This is a job for Google Tag Manager. You'll need to create a new trigger that isolates clicks on that specific new button (perhaps using its Click Text or CSS ID) and then create a new tag that uses this trigger to send a custom event to GA4.

"I edited my conversion, but the old data looks the same."

This is expected behavior in both UA and GA4. Any edits you make to your tracking settings only apply to data collected after the change is made. Your historical data will remain unchanged.

"My data seems to be double-counting now."

This often happens when users create a new conversion without deactivating the old one that tracks something similar. For example, you might have an old /thank-you page conversion and a new /purchase-complete one, but some users are hitting both URLs after a purchase. Review your list of active conversions in GA4 and toggle off any that have become redundant.

Final Thoughts

Editing goals or conversions in Google Analytics is all about knowing which platform you're in and where that conversion data originates. In Universal Analytics, it’s a quick trip to the admin panel to adjust a dedicated setting. In GA4, it's about managing your underlying events — either inside the GA4 interface for simple edits or within Google Tag Manager for more structural changes.

Wrestling with event streams and platform-specific settings can feel like a full-time job, especially when you have data coming from Google Ads, Facebook Ads, Shopify, and your CRM. We built Graphed to cut through that complexity. By securely connecting to your tools, we allow you to ask questions about your performance in plain English — like "compare Facebook ad spend to Shopify sales this month" — and get instant dashboards, freeing you up to focus on making decisions, not manually updating tracking.

Related Articles