Activities listed
7Source for 7Source: Scarlet Moon review calculation notesTables: Monthly Plan Check - ID / Scarlet Moon DAU Plan, [C3][FF] User Ops Guideline v 1.0 / Monthly Raw Data, DAU Plan Review 2026-05 / Calculator, [C3][FF] User Ops Guideline v 1.0 / User Operation Guideline
Named activities or defined concepts listed in the planning tab.
Source for Activities listedNamed activities or defined concepts listed in the planning tab.Source: Scarlet Moon review calculation notesTables: Monthly Plan Check - ID / Scarlet Moon DAU Plan, [C3][FF] User Ops Guideline v 1.0 / Monthly Raw Data, DAU Plan Review 2026-05 / Calculator, [C3][FF] User Ops Guideline v 1.0 / User Operation Guideline
Materializes the reviewed spreadsheet calculations used by the report. The underlying Google Sheets values and formulas are documented in the linked calculation notes.
SELECT * FROM (VALUES
('portfolio_metrics', 1, 'All activities', 'Named activities', 7.0, NULL, '7 named activities'),
('portfolio_metrics', 2, 'All activities', 'Fully reviewable', 4.0, NULL, '4 fully reviewable'),
('next_milestone_attainment', 1, 'Toko', 'Median50 +1 match/day', 0.8333, 20.0, '20 of 24 token'),
('next_milestone_attainment', 2, 'Granat', 'Median50 +1 match/day', 0.6203, 18.6, '18.6 of 30 minutes'),
('next_milestone_attainment', 3, 'Jeep', 'Median50 +1 match/day', 0.4000, 6.0, '6 of 15 token'),
('next_milestone_attainment', 4, 'Login Weekend', 'Median50 +1 active day', 1.0000, 2.1, '2.1 of 2 active days'),
('toko_results', 1, 'Toko', 'Top30 baseline', 40.0, 5.0, '2 GP + 2 sub-GP + 6 fillers'),
('toko_results', 2, 'Toko', 'Median50 baseline', 16.0, 4.0, '1 GP + 4 fillers'),
('toko_results', 3, 'Toko', 'Median50 +1 match/day', 20.0, 5.0, '1 GP + 1 sub-GP + 3 fillers'),
('granat_results', 1, 'Granat', 'Top30 baseline', 37.8, 1.86, '3 vouchers'),
('granat_results', 2, 'Granat', 'Top30 +1 match/day', 50.9, 1.86, '3 vouchers'),
('granat_results', 3, 'Granat', 'Median50 baseline', 11.3, 1.10, '2 vouchers'),
('granat_results', 4, 'Granat', 'Median50 +1 match/day', 18.6, 1.10, '2 vouchers'),
('jeep_results', 1, 'Jeep', 'Top30 baseline', 12.0, 3.0, '2 sub-GP + 2 fillers'),
('jeep_results', 2, 'Jeep', 'Median50 baseline', 4.0, 2.0, '4 fillers'),
('jeep_results', 3, 'Jeep', 'Median50 +1 match/day', 6.0, 3.0, '1 sub-GP + 1 filler'),
('login_results', 1, 'Login Weekend', 'Top30 baseline', 1.86, 2.0, '4 vouchers'),
('login_results', 2, 'Login Weekend', 'Median50 baseline', 1.10, 1.0, '2 vouchers'),
('local_campaign_results', 1, 'Local Campaign', 'Top30 baseline', 11.24, 22.5, '22.5% discount'),
('local_campaign_results', 2, 'Local Campaign', 'Median50 +1 match/day', 5.57, 11.1, '11.1% discount')
) AS review_snapshot(dataset, row_order, activity, scenario, metric_value, comparison_value, result)