Understanding Growth Metrics and North Star Metric
📖 Scenario: You are working as a marketing analyst for a startup. Your team wants to track key numbers that show how well the business is growing. You will create a simple list of growth metrics, set a target value, identify the main metric called the North Star Metric, and finalize the setup for easy tracking.
🎯 Goal: Build a clear list of growth metrics, set a target threshold, select the North Star Metric, and complete the setup so the team can focus on what matters most for growth.
📋 What You'll Learn
Create a list called
growth_metrics with these exact strings: 'User Signups', 'Monthly Active Users', 'Customer Retention', 'Revenue Growth', 'Referral Rate'Create a variable called
target_threshold and set it to 10000Create a variable called
north_star_metric and set it to the string 'Monthly Active Users'Add a final variable called
tracking_enabled and set it to True💡 Why This Matters
🌍 Real World
Tracking growth metrics helps businesses understand how well they are doing and where to focus efforts to improve.
💼 Career
Marketing analysts and product managers use growth metrics and the North Star Metric to guide strategy and measure success.
Progress0 / 4 steps