Skip to content
weballin

weballin DIGIWIKI

Enhanced Measurement Event

Enhanced Measurement Events are a set of automated events that are collected simply by turning on a toggle in the GA4 management screen. Scrolling, external link clicking, file downloading, video playback, site search, etc. can be measured without coding, greatly simplifying the work that had to be done one by one from UA to GTM.

weballin

While automatically collected events are basic events that are collected immediately after GA4 is installed, enhanced measurement events are events that are automated 'one step further'. They can be turned on with a single toggle in the GA4 management screen without any additional code or GTM work, and each toggle is controlled independently.

Difference from UA: To measure scroll depth or file download in UA, separate triggers and tags had to be created in GTM. GA4 Enhanced Measurement solves this task without coding. However, since GA4 detects DOM events internally, accuracy may be reduced in some custom site structures.

GA4 screen path: Management → Data Streams → Stream Selection → In the ‘Enhanced Measurements’ section, each event can be turned on or off with an individual toggle. Scroll, page view, external link, site search, video, and file download are each independent toggles.

weballin's practical perspective: Among the enhanced measurements on the hospital site, if you turn on 'file download' (download of consultation application PDF) and 'click external link' (connect to Kakao channel/map), you can identify key behaviors without additional GTM work. However, if accurate conversion events are required, add precise settings with GTM.

Key takeaways

  • More than six events, including scrolling (reaching 90%), external link clicking, site search, YouTube video playback, and file downloading, are controlled with toggles.
  • The barrier to entry is low as it can be set only in the GA4 management UI without coding or adding GTM tags.
  • Each event can be turned on and off independently, reducing unnecessary data collection.
  • Since GA4 automatically detects and triggers DOM events, there may be differences in accuracy in some SPA and custom structures.
  • Events collected with enhanced measurement can also be marked as key events and used as conversions.

References

Frequently asked questions

Will turning on enhanced measurement events result in too much data?

Enhanced measurements are independent toggles per event, so you can turn on only the ones you need. Since GA4 has a limit on the number of events, it is recommended to activate only the events that are absolutely necessary. Turning on all unnecessary events (such as scrolling) will clutter your reports.

External link click events are captured by enhanced measurement, do I need any additional settings with GTM?

External link clicks in GA4 enhanced measurement automatically catch clicks on <a> tags where the href points outside the current domain. This is sufficient in most cases, but button clicks or dynamically generated links may require supplementation with GTM custom events.