Skip to content
weballin

weballin DIGIWIKI

Scroll

Scroll is a GA4 enhanced measurement event that automatically fires the scroll event when the user scrolls to 90% of the page. Enhanced measurement is activated with a single toggle and is used to measure content consumption depth. More detailed thresholds are additionally set with GTM.

weballin

The scroll event in GA4 Enhanced Measurement operates based on a single threshold (90%). In other words, when the user scrolls to 90% of the page, the scroll event is fired once, and no additional events are fired even if the user scrolls again on the same page. The value 90 is sent as the percent_scrolled parameter.

To measure scroll depth in UA, we had to set up a scroll depth trigger in GTM and create events for the 25%, 50%, 75%, and 100% thresholds. GA4 Enhanced Measurement automates this task to a single 90% threshold. If you need more detailed scroll depth (25%, 50%), set it as an additional custom event in GTM.

GA4 screen path: Management → Data Stream → Enhanced Measurement → ‘Scroll’ can be turned on and off with the toggle. You can check the number of scroll events in the Report → Event tab, or analyze users who scrolled by page based on scroll events in Explorations.

weballin's practical perspective: If the scroll event is low on a long procedure detail page or blog content, it is a sign that there is a lot of abandonment at the beginning of the content. Pages with a low scroll reach rate are used as a basis for moving key content to the top or improving the content structure.

Key takeaways

  • It is triggered only once when the page is scrolled more than 90%, and the percent_scrolled: 90 parameter is sent together.
  • GA4 Enhanced Measurement is activated with a single toggle and requires no additional coding.
  • If you need detailed thresholds such as 25%, 50%, or 75%, add a custom event with the GTM scroll depth trigger.
  • You can measure the quality of content consumption by calculating the scroll reach rate compared to page views.
  • In UA, GTM required separate settings, but in GA4, it is provided as a built-in function.

References

Frequently asked questions

Scroll events appear on every page. Should I set this event, which has nothing to do with conversion, as a key event?

Typically, you don't set scroll as a key event. Scroll is used as an indicator of content consumption, but only events directly related to actual business conversion, such as reservations, phone calls, and inquiries, are displayed as key events.

Does the scroll event occur even on short pages?

On short pages where more than 90% of the page is already visible when the page loads without scrolling, the scroll event may or may not be triggered automatically. It follows GA4's internal detection logic, and if an abnormal value appears on a short page, it is recommended to use it only for reference.