0.1.38 gateway
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user