This one felt manageable at first and then I realized halfway through my answer I was just listing metrics with no real structure.
Start by validating the data and defining the metric precisely, then systematically segment the drop by user cohorts, platforms, and funnel stages to isolate where the decline is concentrated. Use a hypothesis-driven approach to run analyses and A/B tests that confirm the root cause, and always consider both internal (product changes, bugs) and external (seasonality, competition) factors.
Pro tip: Always check for data pipeline issues or logging bugs first—many 'sudden drops' are measurement artifacts, not real user behavior changes. Also, quantify the impact size early to prioritize which segments or hypotheses to investigate.
Confirm the drop is real by checking data pipelines, logging, and metric definitions. Clarify what 'daily active users' and 'watch-time' mean (e.g., unique users, sessions, minutes) and ensure consistency across dashboards.
Break down the metrics by dimensions like platform (iOS, Android, web), geography, user tenure, acquisition channel, and content type. Identify which segments are driving the decline and whether it's broad or concentrated.
Analyze the user funnel: acquisition (new users), activation (first watch), engagement (sessions per user, watch time per session), retention (returning users), and resurrection. Determine which stage(s) show the most significant change.
Generate hypotheses for the root cause (e.g., product change, bug, seasonality, competitor launch) and run analyses or A/B tests to confirm. Use cohort analysis, time-series decomposition, and holdout experiments where possible.
Estimate the size of each contributing factor and prioritize fixes. Communicate findings with clear visualizations and propose next steps, such as rolling back a change or running a targeted experiment.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.