Page MenuHomePhabricator

[Session Length v1] View how long users interact with our products
Closed, ResolvedPublic

Description

Context

As a way of understanding the behavior of readership of our users, the page view metric has been limiting to what it allows us to understand. Instead, we want to have the capability of measuring and viewing how long users are interacting with our products. This will be provided through:

  1. Making instrumentation available that tracks the session length of users
  2. Enabling data consumers to query and view session length across different dimensions
Use Cases
  • Given there will be a unique identifier to associate a user's journey through using our applications, there are opportunities to use this as a unifying metric to piece together different actions and steps users take in achieving a goal we want to understand better.
    • e.g. As we want to better understand what types of users complete an edit, a session ID can be the link between what a user does first and last before making a complete edit.
Acceptance Criteria
  • As a data consumer, I want the ability to query the aggregation of how long users are active in a given period of time (session lengths).
  • As a Product Manager and Data Consumer, I want Session Length to be representative for web activity across all devices, on all public wikis, across all features [x Final Instrument is deployed to all wikis
  • As a stakeholder who does not run queries, I want access to reports and summaries (visualizations) about SessionLength in superset
    • Superset queries run within 60 seconds
  • Data QA checks must pass for both raw and aggregated data
Out of Scope
  • Querying SessionLength for specific features
  • SessionLength specific to iOS and Android native apps
  • Providing a unique ID for a given users' session
  • SessionLength Data Cube available in Turnilo
Deliverables
  • SessionTick instrument
  • Visualization Dashboard
    • v0.0.1 Static Report
    • v0.0.2 Data Cube
Questions
  • Q: What aggregations are possible in using session length?
  • Q: What are the differences between Session ID and Session Length?
    • A: Session length metric is defined by the aggregations of many users' session lengths. Session ID is a unique identifier which could be used to identify a specific users' session. Due to privacy reasons, Session Length metric was designed to not allow for unique identifiers like session IDs to be associated to users' session lengths.
  • Q: Who will be maintaining sessionTick?
    • A: The PDE Team will be owning the maintenance of sessionTick instrument as it is a "platform" instrument that covers the broad spectrum of client teams.

Related Objects

StatusSubtypeAssignedTask
DeclinedNone
DeclinedOttomata
DeclinedNone
OpenNone
Resolvedkzimmerman
Resolved sdkim
Resolved jlinehan
Resolvedcchen
Resolvedkzimmerman
Resolved jlinehan
Resolved jlinehan
Resolvedmpopov
Resolved sdkim
Resolved Gilles
Resolved Mholloway
Resolvedkzimmerman
ResolvedMayakp.wiki
Resolvedmforns
OpenNone
OpenNone

Event Timeline

Mentioned in SAL (#wikimedia-operations) [2020-12-01T18:03:03Z] <mholloway-shell@deploy1001> Synchronized wmf-config/InitialiseSettings.php: Enable session length instrument on officewiki T267494 (duration: 01m 06s)

kzimmerman edited projects, added Epic; removed Goal.
kzimmerman renamed this task from [SessionLength] View how long users interact with our products to [Session Length v1] View how long users interact with our products.Apr 28 2021, 7:31 PM
kzimmerman updated the task description. (Show Details)
DAbad subscribed.

V1 is now out and in Production. Closing this ticket. Woohoo!