Sounds like you want separate scrolling reports for different pages?
I looked into the ScrollDepth library, and it is already using all the standard Event fields: Event, action, label, value.
If you’re using Universal Analytics, we could possibly add another field, but then you would need a dashboard UI for mapping that field to the page.
It’s probably simpler to just build this report in Google Analytics.
Create a table for each page you want to report on.
I created an example:
- Add a new widget to your dashboard
- Make it a TABLE widget
- Display the following columns: “Event Label” and “Unique Events”
- Filter: Only Show Event Category contains “scroll”
- Filter: Only Show Page Title contains “The title of my Page”
View post on imgur.com
The second filter is how you could specify which page you’re trying to track. In this example, I used page title. But that could be “content group” any other filter.
Does this get you what you need, oblaum?