If you’ve recently set up Google Analytics 4, you’ve probably seen the Enhanced Measurement feature. It’s pitched as an easy way to track common user interactions like page views, scrolls, and video plays without any coding.
Sounds helpful, right?
Well, yes and no.
Enhanced Measurement is useful for quickly collecting data, but some of its auto-tracked events can lead to misleading metrics or bloated reports.
In this article, we’ll walk you through which GA4 Enhanced Measurement events are worth keeping, which ones to skip, and when it’s smarter to use custom tracking.
What Is Enhanced Measurement in GA4?
Enhanced Measurement is a default GA4 setting that automatically tracks the following seven events:
-
Page views
-
Scrolls
-
Outbound link clicks
-
Site search
-
Video engagement
-
File downloads
-
Form interactions
You can enable or disable any of these within your GA4 Data Stream settings (Admin → Data Streams → Web → Enhanced Measurement).
It’s great for marketers who want to skip Google Tag Manager (GTM), but it’s not always perfect. Several of these events are either too broad, inaccurate, or simply not useful in many real-world setups.
Events You Should Keep Enabled
1. Page Views
This is essential. It’s the foundation of any GA4 reporting and provides key metrics like bounce rate and session duration. Leave it on.
2. Outbound Clicks
Enabling this helps you see when users are clicking links that take them off your site. It’s especially useful if you rely on affiliate marketing, external payment links, or third-party tools.
3. File Downloads
If your website offers downloadable content (PDFs, brochures, eBooks), this event provides great insight. But if your site doesn’t include downloadable assets, feel free to disable it.
Events you might want to skip
1. Scroll tracking
GA4 only tracks scrolls when someone reaches 90% of the page. It won’t fire at 25%, 50%, or 75%—which are often more useful for understanding engagement.
Tip: Use Google Tag Manager to set up scroll depth triggers that reflect more meaningful user behavior.
2. Site search
This only works if your website uses query parameters like ?q=keyword in the URL. If your search function is powered by JavaScript or AJAX and doesn’t update the URL, this event won’t track anything.
Fix: Configure site search manually via GA4 or GTM for accurate results.
3. Video engagement
Enhanced Measurement only tracks YouTube videos embedded using the iframe API. If you’re using Vimeo, Wistia, or self-hosted videos, this won’t work.
Workaround: Use GTM to track video plays, pauses, and completions for non-YouTube platforms.
4. Form interactions
GA4 sometimes tracks form starts or submissions incorrectly—especially if your forms use JavaScript, modals, or AJAX.
Recommendation: Set up form tracking via GTM or server-side if your forms are key to your business goals.
Should you use custom tracking instead?
If you care about data accuracy, event control, and avoiding duplicates, then yes, custom tracking is the way to go.
When custom tracking makes sense:
- You want to track multiple scroll depths (not just 90%)
- Your videos are hosted on platforms other than YouTube
- Your forms don’t submit using standard HTML elements
- You want to track dynamic site search interactions
- You want clean, consolidated GA4 reports
If you use Shopify or WooCommerce, a plugin like Conversios can help you set up server-side tracking, manage consent, and track key eCommerce events all without writing code.
Quick reference: what to keep vs. skip
GA4 Enhanced Measurement Event | Keep or Skip? |
Page views | Keep |
Outbound clicks | Keep |
File downloads | Keep (if relevant) |
Scrolls | Skip (use GTM) |
Site search | Skip/customize |
Video engagement | Skip/customize |
Form interactions | Skip/customize |
Final thoughts
Enhanced Measurement in GA4 gives you a fast, no-code way to start collecting data. But as your tracking needs evolve, some of its auto-events can become noisy or misleading. Knowing what to keep, skip, or customize will help you maintain clean, useful analytics.
Want help setting it up? Download our free GA4 Action Checklist and get started the right way.
Frequently Asked Questions
Q: Should I enable Enhanced Measurement in GA4?
Yes, as a starting point. It’s a great way to get up and running quickly. But once your analytics needs grow, consider turning off some events in favor of custom tracking.
Q: How do I disable specific Enhanced Measurement events?
Go to Admin → Data Streams → Web → Enhanced Measurement → click the gear icon, then toggle off any event you don’t want to track.
Q: Can I use Enhanced Measurement and Google Tag Manager together?
Absolutely. Just make sure you don’t double-track events like scrolls or form submissions. Disable the event in Enhanced Measurement before implementing a custom one in GTM.