From d1b450281b01425292365ff8af7ca1ed0caf494b Mon Sep 17 00:00:00 2001 From: Mike Murray Date: Wed, 17 Apr 2024 11:18:45 -0700 Subject: [PATCH] Vijay edits --- pages/docs/what-is-mixpanel.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/what-is-mixpanel.mdx b/pages/docs/what-is-mixpanel.mdx index 17f9d331be..b22fe0f15f 100644 --- a/pages/docs/what-is-mixpanel.mdx +++ b/pages/docs/what-is-mixpanel.mdx @@ -12,13 +12,13 @@ Our self-serve interface empowers your team to answer questions, no matter their

-## Key Mixpanel Concepts +## Concepts Mixpanel is built on three key concepts: **Events**, **Users**, and **Properties**. ### Events An event is a data point that represents an interaction between a user and your product. Events can be a wide range of interactions. -Imagine you run a cafe, every time a customer purchases a coffee from your café app, there are details that describe the purchase the moment it happens. Actions like purchasing a coffee can be tracked as an event in Mixpanel. +Imagine you run a cafe where customers can purchases a coffee via an app. Each purchase is an event that can be tracked in Mixpanel. ![image](/event-1.svg) ### Users @@ -34,7 +34,7 @@ An **Event Property** describes an event. For a coffee purchase, the event would ![image](/event.svg) -A **User Property** describes a User. This could be their name, email, age, last visit, etc. +A **User Property** describes a User. This could be their name, email, age, etc. ![image](/user-profile.svg)