Untitled

 avatar
unknown
plain_text
4 months ago
821 B
2
Indexable
Events:
Purpose:
Events count specific actions or measure outcomes.

Examples: Purchases, clicks, downloads, form submissions.
How It Works:
When a specific action happens (e.g., a purchase), an event is triggered, and it gets counted or recorded.

Key Feature:
Events count actions across a session or user journey, not just in the moment.

Example of Events:
Action: A user clicks the "Buy Now" button and completes a purchase.
Event1 = "Add to Cart" → Triggers 1 time when the button is clicked.
Event2 = "Purchase" → Triggers 1 time when the user completes the purchase.
Event3 = "Revenue" → Records the total amount spent, e.g., $100.


Events count actions and measure results.
Example: How many users purchased?
Props are snapshots and don’t count over time.
Example: What page is the user on right now?


Editor is loading...
Leave a Comment