How do I configure conversion tracking in GA4?
Applies to: Google Analytics 4 (GA4)
Last updated: May 2025
Problem
You want to track key actions on your website—such as purchases, form submissions, or sign-ups—as conversions in GA4 for performance measurement and advertising optimization.
Solution
In GA4, any event can be marked as a conversion. You can use automatically collected events, create new custom events, or set up conversions using Google Tag Manager (GTM) or code. Once marked, GA4 tracks them as part of your conversion metrics across reports and linked platforms like Google Ads.
Step-by-Step Guide
Option 1: Mark an Existing Event as a Conversion
- Go to https://analytics.google.com
- Select your GA4 property
- Click Admin > Conversions
- Click New conversion event
- Enter the event name exactly as it appears in GA4 (e.g.,
purchase,form_submit,generate_lead) - Click Save
From now on, GA4 will treat this event as a conversion.
Option 2: Create a Custom Event First (if the action isn’t tracked yet)
- Go to Admin > Events
- Click Create event
- Set conditions to define a new event from existing data
Example: Create a custom event for a specific form submission:
- Custom event name:
contact_form_submit - Matching conditions:
event_nameequalsform_submitpage_locationcontains/contact
- Save the event
- Go to Admin > Conversions, and mark the new event (
contact_form_submit) as a conversion
Option 3: Trigger Conversion Events with GTM
If the event doesn’t already exist, use GTM to fire it:
- In GTM, go to Tags > New
- Select GA4 Event
- Name your event (e.g.,
demo_request) - Add parameters as needed (e.g., form type, product name)
- Attach the appropriate Trigger (e.g., form submission, button click)
- Save and publish
Then, in GA4:
- Go to Admin > Conversions
- Click New conversion event
- Enter the event name you used in GTM (
demo_request)
Verifying Conversion Events
- Use Realtime and DebugView to test conversions during setup
- Check Reports > Engagement > Conversions to analyze performance
- Use filters and comparisons (e.g., by source/medium, campaign, device)
Notes
- You can track up to 30 conversion events per GA4 property (excluding deleted events)
- Conversion events apply only from the time they’re created onward—no historical conversion data
- For ecommerce, GA4 automatically marks
purchaseas a conversion




