fix: add percent scrolled

This commit is contained in:
Kevin Franklin Kim 2024-07-10 08:42:04 +02:00
parent 9331d10e0d
commit b2891c12d1
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
package params
type Scroll struct {
PercentScrolled int64 `json:"percent_scrolled,omitempty"`
EngagementTimeMsec int64 `json:"engagement_time_msec,omitempty"`
}