Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "Visible Time" column in the results #16

Closed
Sothatsit opened this issue Jan 14, 2023 · 2 comments
Closed

Add a "Visible Time" column in the results #16

Sothatsit opened this issue Jan 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Sothatsit
Copy link
Contributor

Under feed mode, the "Dwell Time" metric is less meaningful, as it may include time when the post was off of the screen. Therefore, I propose that we do one of the following:

  1. Introduce a new metric, "Visible Time", that only includes the amount of time where the post was on the screen. This could be calculated as the time where at least 50% of the post is visible, to make it more meaningful.

  2. Update the "Dwell Time" metric to only include time where the post was on screen.

  3. Make both of these changes, with a subtle difference: The dwell time metric could count the amount of time from when the post was first visible, to when it was last visible. If the user scrolled down so the post was no longer visible, and then back up, this time would be included. Conversely, the "Visible Time" could count only the time where the post was visible.

@Sothatsit Sothatsit added enhancement New feature or request feature New features to add. labels Jan 14, 2023
@Sothatsit
Copy link
Contributor Author

Ullrich suggested that a new metric would not be necessary. Therefore, option 2 will be the plan for this change.

@Sothatsit Sothatsit removed the feature New features to add. label Jan 14, 2023
@Sothatsit
Copy link
Contributor Author

Implemented as of v2.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant