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 screen engagement tracking of time spent and list items scrolled on a screen #851

Closed
matus-tomlein opened this issue Dec 6, 2023 · 0 comments
Milestone

Comments

@matus-tomlein
Copy link
Contributor

Add screen engagement tracking by adding a screen_summary context entity to the foreground, background, and a new screen_end event (tracked before a transition to the next screen view) with the following information:

  1. time spent on the screen while the app was in foreground
  2. time spent on the screen while the app was in background
  3. number of list items viewed on the screen out of all items (as a replacement for scroll depth tracking)

In addition, we should provide a SwiftUI view modifier for tracking the list items viewed.

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

No branches or pull requests

1 participant