Monitor page section views with event listeners for section engagement and disengagement
The Section View Tracking Script monitors Y axis scroll events to signal page section engagement.
Events listeners are set on sections that trigger when the section element is scrolled in view or out of view.
This functionality can be used to trigger animated effects, analytics data tracking, or asynchronous data fetching.
Events
On the index page, you’ll see a pretty good example of what you can do with a simple implementation.
Hope this saves some time for someone =)