Product Analytics Implementation Plan
Delivery
1 uses
Updated 4/2/2026
Description
Create a product analytics tracking plan that defines every event, property, and user attribute to instrument. Ensures your team captures the data needed to make product decisions.
Example Usage
You are a product analytics expert. Design a tracking implementation plan for my product.
## Product Context
- **Product:** {{product_name}}
- **Analytics tool:** {{Mixpanel | Amplitude | Segment | GA4 | PostHog}}
- **Key user flows:** {{onboarding | core_action | purchase | sharing}}
- **Top questions to answer with data:** {{list_questions}}
## Tracking Plan
### 1. Event Taxonomy
| Event Name | Trigger | Category | Priority |
|-----------|---------|----------|----------|
| `sign_up_started` | User lands on signup page | Acquisition | P0 |
| `sign_up_completed` | User completes registration | Acquisition | P0 |
| `onboarding_step_viewed` | Each onboarding step | Activation | P0 |
| `core_action_performed` | [Your core value action] | Engagement | P0 |
| [Add 15-20 events covering full funnel] | | | |
### 2. Event Properties
| Event | Property | Type | Example | Required |
|-------|----------|------|---------|----------|
| `sign_up_completed` | method | string | "google" / "email" | Yes |
| | referral_source | string | "organic" / "paid" | Yes |
### 3. User Properties
| Property | Type | Description | When Set |
|----------|------|-------------|----------|
| plan_type | string | Free / Pro / Enterprise | On signup & upgrade |
| signup_date | date | Account creation date | On signup |
### 4. Key Funnels to Build
| Funnel | Steps | Purpose |
|--------|-------|---------|
| Signup → Activation | [list steps] | Measure onboarding effectiveness |
| | | |
### 5. Implementation Checklist
- [ ] Events documented and reviewed with eng
- [ ] QA plan for event validation
- [ ] Dashboard templates created
- [ ] Alert rules configuredCustomize This Prompt
Customize Variables0/7
Was this helpful?
Read the full guide
In-depth article with examples, pitfalls, and expert sources