by Crystal Widjaja
A data tracking philosophy that shifts focus from counting events (observations) to capturing the state of the user and environment (context) at the moment of the event. This transforms data from a scorecard into a diagnostic tool.
Core Principles
- 1.Step 1: Differentiate Observation vs. Insight. An observation is 'User booked a ride'. An insight explains *why* based on context.
- 2.Step 2: Map the User's Reality. When defining an event, list every environmental variable visible to the user (e.g., price, weather, number of items on screen).
- 3.Step 3: Instrument Heavy Properties. Do not just track `map_loaded`. Track `map_loaded` with properties: `num_drivers_visible`, `surge_pricing_active`, `weather_condition`, `pickup_distance`.
- +1 more...
"If I see my girlfriend hanging out with a guy I don't know, that is an observed fact... The insight is, 'I am paranoid.' The insight provides value when you have this 'why' answered."