0.1.38 gateway

This commit is contained in:
ponzischeme89
2026-08-14 09:40:03 +12:00
parent abc392d30b
commit 5e2ed3d12e
2847 changed files with 1072928 additions and 3783 deletions
@@ -22,7 +22,10 @@ class JourneyAnalytics(
private var sequence = 0
private var ended = false
init { track("session", "journey_start", screen = "home", feature = "app") }
// One visit begins only when a signed-in viewer reaches the launcher. This is the
// household's app-use measure — distinct from playback streams — and the UUID makes
// a process/session contribute exactly one home opening.
init { track("session", "home_open", screen = "home", feature = "app") }
fun track(
category: String,