🎯 The objective
The product team needs concrete, actionable information about Thundermail adoption as subscribers' Primary Inbox.
Create a dashboard that shows at-a-glance information about how frequently and successfully users are engaging with the product.
Begin with flows related to FTUE:
- sign up
- payment/subscription
- onboarding
🎒 Resources
-
Documents
Background on the goals for the product:
-
Designs
-
Github Issues
🦮 Rules of the Road
Capture metrics via Posthog SDK in the following projects:
Preserve user anonymity and privacy. Do not produce or store information that can be linked to a specific user (i.e., their IP address).
Capture as much activity on the server-side as possible. This approach prevents metrics from being blocked by browser extensions.
🔴 Out of Scope
- Do not enable any “replay” features that simulate on-page interactions in the browser.
🎯 The objective
The product team needs concrete, actionable information about Thundermail adoption as subscribers' Primary Inbox.
Create a dashboard that shows at-a-glance information about how frequently and successfully users are engaging with the product.
Begin with flows related to FTUE:
🎒 Resources
Documents
Background on the goals for the product:
Designs
Github Issues
🦮 Rules of the Road
Capture metrics via Posthog SDK in the following projects:
Preserve user anonymity and privacy. Do not produce or store information that can be linked to a specific user (i.e., their IP address).
Capture as much activity on the server-side as possible. This approach prevents metrics from being blocked by browser extensions.
🔴 Out of Scope