mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: add percent scrolled
This commit is contained in:
parent
9331d10e0d
commit
b2891c12d1
@ -1,5 +1,6 @@
|
|||||||
package params
|
package params
|
||||||
|
|
||||||
type Scroll struct {
|
type Scroll struct {
|
||||||
|
PercentScrolled int64 `json:"percent_scrolled,omitempty"`
|
||||||
EngagementTimeMsec int64 `json:"engagement_time_msec,omitempty"`
|
EngagementTimeMsec int64 `json:"engagement_time_msec,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user