GA4 Key Event

A GA4 key event is an event you have marked as valuable to the business, such as a purchase, a lead form submission, or a signup. Google Analytics 4 collects hundreds of events by default, and marking one as a key event tells GA4 to count it as a business outcome and report it against traffic sources. Key events are what GA4 called conversions until March 2024.
What Is a Key Event in GA4
A key event is an ordinary GA4 event with one toggle flipped. Nothing about the data collection changes. The event still fires the same way, carries the same parameters, and appears in the same reports.
What changes is how GA4 treats it:
- It gets its own count in the Key events metric across acquisition and engagement reports.
- It becomes available in attribution reports, so GA4 credits it to a campaign, source, and medium.
- It counts toward session engagement. A session that fires a key event is an engaged session regardless of how long it lasted.
- It can be imported into Google Ads as a conversion action for bidding.
GA4 marks purchase as a key event automatically on web properties. Every other one is your decision. The dependency runs one way: an event has to exist before it can be marked, which is why event tracking comes first and key events come second.
Why GA4 Renamed Conversions to Key Events
Google announced the rename in March 2024 and rolled it through the GA4 interface over the following months. The goal was to stop one word meaning two different things across two products.
The split now works like this. Google Analytics measures behaviour and reports key events. Google Ads optimises spend and reports conversions. Before the rename, an Analytics “conversion” and an Ads “conversion” could report different numbers for the same action, because the two products use different attribution models and lookback windows. Two names make the discrepancy legible instead of confusing.
Google did not change any underlying data. Historical conversion data carried over as key event data, and the API dimension names were updated alongside the interface. Google Ads kept the word conversion, and still uses it.
Key Events vs Conversions
In 2026, the two terms describe the same action measured by two systems.
| Key event | Conversion | |
|---|---|---|
| Product | Google Analytics 4 | Google Ads |
| Purpose | Reporting and analysis | Bidding and optimisation |
| Set by | Marking an event in GA4 | Creating or importing a conversion action |
| Attribution | GA4 attribution settings | Google Ads attribution settings |
| Counts | Every qualifying event or session | Conversions credited to an ad interaction |
The numbers will not match, and that is expected. Google Ads only counts actions it can tie to an ad click or view within its conversion window. GA4 counts every key event from every channel, including organic and direct.
One more distinction matters. Marking a key event in GA4 does not send it to Google Ads. That takes a separate import step in Google Ads under Goals, then Conversions, then Import.
How to Mark an Event as a Key Event
- Confirm the event fires. Open Admin, then Events, or check Reports, then Engagement, then Events. A new event can take up to 24 hours to appear in the list.
- Toggle it on. In Admin, under Data display, open Events. Find the event and switch on “Mark as key event.”
- Or create it in advance. Under Admin, then Key events, select “New key event” and type the exact event name. This works before the event has ever fired, which is useful when the tagging ships later.
- Set the counting method. Each key event can count “Once per event” or “Once per session.” Use once per event for purchases. Use once per session for actions a user might repeat, such as a phone-number click.
- Add value if it has one. Send
valueandcurrencyparameters with the event so GA4 reports revenue against it:
gtag('event', 'generate_lead', {
'value': 50.00,
'currency': 'USD'
});
Marking is not retroactive. GA4 counts key events from the moment you toggle the setting, and it does not reprocess earlier data.
Key Event Limits and Rules
Standard GA4 properties allow up to 30 key events per property. Analytics 360 properties allow 50. The limit applies to distinct event names, not to volume.
Three rules that catch people out:
- Unmarking is allowed, but the history stays. Switching off a key event stops future counting. Data already recorded remains in past reports.
- Key events are property-scoped. A key event marked in one property does not exist in another. Multi-property setups need it repeated.
- The name must match exactly. GA4 event names are case sensitive, so
Generate_Leadandgenerate_leadare two different events and only the marked one counts.
Common Key Event Mistakes
- Marking too many events. Twelve key events means no key events. Reserve the flag for outcomes with real business value, and track the rest as ordinary events.
- Marking page views as key events. A
page_viewon a thank-you page counts every refresh. Fire a dedicated event instead. - Expecting GA4 and Google Ads to agree. Different attribution models, different windows, different numbers.
- Ignoring the traffic source. A key event is only useful if GA4 knows where the user came from. Untagged campaign links push key events into direct or unassigned, where they credit nothing.
Frequently Asked Questions
What is a key event in GA4?
A key event is any GA4 event you have marked as valuable, such as a purchase or a form submission. The marking does not change how the event is collected. It tells GA4 to count the event as a business outcome, credit it to a traffic source in attribution reports, and treat the session as engaged.
Did GA4 rename conversions to key events?
Yes. Google announced the change in March 2024 and applied it across GA4 reports, the interface, and the API. Historical data carried over intact, and no setup had to be redone. Google Ads was not affected and still calls them conversions.
What is the difference between a key event and a conversion in 2026?
They describe the same user action in two products. GA4 reports key events for measurement, and Google Ads reports conversions for bidding. Since each applies its own attribution model and lookback window, the two totals rarely match exactly.
How do I mark an event as a key event?
Open Admin, then Data display, then Events, find the event in the list, and switch on “Mark as key event.” If the event has not fired yet, go to Admin, then Key events, and use “New key event” to create it by name. Names are case sensitive and must match your tagging exactly.
How many key events can a GA4 property have?
Standard GA4 properties allow 30 key events. Analytics 360 properties allow 50. Most businesses need far fewer, since only a handful of actions genuinely represent an outcome worth optimising for.
To make sure your key events are credited to the right campaign, check tagged links with the UTM checker at linkutm before you launch.