Fatskills
Practice. Master. Repeat.
Study Guide: Principles of Product Management: Analytics Tools Landscape (Amplitude, Mixpanel, Google Analytics, PostHog)
Source: https://www.fatskills.com/product-management/chapter/product-management-analytics-tools-landscape-amplitude-mixpanel-google-analytics-posthog

Principles of Product Management: Analytics Tools Landscape (Amplitude, Mixpanel, Google Analytics, PostHog)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Analytics Tools Landscape (Amplitude, Mixpanel, Google Analytics, PostHog)



Analytics Tools Landscape (Amplitude, Mixpanel, Google Analytics, PostHog)


What This Is

Analytics tools help PMs measure user behavior, validate hypotheses, and drive data-informed decisions. They track what users do (events, funnels, retention) and why (cohorts, A/B tests, session replays). Without them, you’re flying blind—like launching a fintech feature (e.g., a "One-Click Loan Approval") without knowing if users drop off at the credit check step or abandon the flow entirely. Modern tools go beyond vanity metrics (e.g., "page views") to answer: Are users achieving their goals? Where are they struggling? What’s the ROI of our experiments?


Key Terms & Frameworks

  • Event-Based Analytics: Tracking discrete user actions (e.g., "Clicked ‘Checkout’," "Completed Onboarding Step 2") instead of just page views. Example: Amplitude/Mixpanel track "Video Played" vs. GA4’s "Page Viewed."
  • Funnel Analysis: A sequence of events users must complete (e.g., "Homepage → Product Page → Add to Cart → Checkout"). Measures drop-off rates between steps.
  • Retention Curve: % of users who return after Day 1, Day 7, Day 30. Formula: Retention Rate = (Returning Users on Day N / Users on Day 0) × 100.
  • Cohort Analysis: Grouping users by shared traits (e.g., "Signed up in January," "Used Feature X") to compare behavior over time. Example: "Do users who watch the onboarding tutorial retain better than those who skip it?"
  • A/B Testing (Split Testing): Randomly showing two variants (A vs. B) to measure impact on a metric (e.g., "Does a green CTA button increase conversions?"). Key metric: Statistical significance (p-value < 0.05).
  • Session Replay: Video-like recordings of user sessions to observe friction points (e.g., rage clicks, form abandonment). Tools: PostHog, Hotjar.
  • North Star Metric (NSM): The single metric that best captures the core value your product delivers (e.g., "Weekly Active Users" for Slack, "Nights Booked" for Airbnb).
  • Leading vs. Lagging Indicators:
  • Leading: Predict future success (e.g., "Onboarding completion rate" → future retention).
  • Lagging: Reflect past success (e.g., "Revenue," "Churn rate").
  • Data Taxonomy: Standardized naming for events/properties (e.g., checkout_started vs. checkout_begin). Mistake: Inconsistent naming breaks analysis.
  • Statistical Significance: Probability that results aren’t due to random chance. Formula: p-value (aim for < 0.05). Example: "Variant B’s 5% lift in conversions has a p-value of 0.03 → statistically significant."
  • Query-Based vs. Self-Serve Analytics:
  • Query-Based: Requires SQL/engineering (e.g., BigQuery, Snowflake).
  • Self-Serve: Drag-and-drop tools (e.g., Amplitude, Mixpanel) for PMs/non-technical teams.
  • Product Analytics Maturity Model (SVPG):
  • Descriptive: "What happened?" (e.g., "10K users signed up").
  • Diagnostic: "Why did it happen?" (e.g., "Users dropped off at payment step").
  • Predictive: "What will happen?" (e.g., "Users who complete onboarding are 2x more likely to retain").
  • Prescriptive: "What should we do?" (e.g., "A/B test a shorter payment form").


Step-by-Step / Process Flow

How to Choose and Use Analytics Tools for a Feature Launch (e.g., "Social Sharing for a Fitness App")


  1. Define Success Metrics (Before Launch)
  2. Align with business goals: NSM (e.g., "Weekly Active Users"), leading indicators (e.g., "Shares per user"), lagging indicators (e.g., "30-day retention").
  3. Example: "If >20% of users share workouts, we’ll see a 10% lift in retention."

  4. Instrument Events & Properties

  5. Work with engineers to track:
    • Events: share_workout_clicked, share_successful, share_failed.
    • Properties: workout_type (e.g., "Yoga," "HIIT"), user_segment (e.g., "Free vs. Paid").
  6. Tool choice: Use Amplitude/Mixpanel for granular event tracking; GA4 for acquisition/SEO.

  7. Set Up Funnels & Cohorts

  8. Funnel: Workout Completed → Share Clicked → Share Successful.
  9. Cohort: Compare retention of users who shared vs. those who didn’t.
  10. Tool: PostHog for session replays if drop-off is high.

  11. Run A/B Tests (If Needed)

  12. Test variants (e.g., "Share button color," "Default message").
  13. Tool: Amplitude/Mixpanel for in-app tests; Optimizely for landing pages.

  14. Analyze & Iterate

  15. Questions to answer:
    • Where do users drop off in the funnel?
    • Do sharers retain better? (Cohort analysis)
    • Which workout types are shared most? (Property analysis)
  16. Tool: Mixpanel for retention curves; GA4 for traffic sources.

  17. Report to Stakeholders

  18. Use a 1-pager with:
    • Key metrics (e.g., "25% of users shared; 15% lift in retention").
    • Insights (e.g., "HIIT workouts are shared 3x more than Yoga").
    • Recommendations (e.g., "Double down on HIIT content").

Common Mistakes

  • Mistake: Tracking everything (e.g., every button click) without a hypothesis.
  • Correction: Start with key questions (e.g., "Why do users churn after Day 7?"). Track only events that answer those. Why? Too much data = noise; slows down analysis.

  • Mistake: Using GA4 for product analytics (e.g., tracking in-app events like "Feature Used").

  • Correction: GA4 is for marketing (acquisition, SEO); use Amplitude/Mixpanel for product (user behavior, retention). Why? GA4 lacks cohort analysis and event segmentation.

  • Mistake: Ignoring data taxonomy (e.g., checkout_start vs. checkout_begin).

  • Correction: Enforce a naming convention (e.g., snake_case, past tense for events). Why? Inconsistent names break funnels and cohorts.

  • Mistake: Assuming correlation = causation (e.g., "Users who share retain better → sharing causes retention").

  • Correction: Run A/B tests or use causal inference (e.g., "Did sharing cause retention, or do engaged users share more?"). Why? Confounding variables (e.g., user motivation) skew results.

  • Mistake: Not setting up alerts for metric drops (e.g., "Retention fell 20% but no one noticed").

  • Correction: Configure automated alerts in Amplitude/Mixpanel for key metrics. Why? Proactive monitoring > reactive firefighting.


PM Interview / Practical Insights

  1. Tool Comparison Questions
  2. Interviewer: "When would you use Amplitude vs. GA4?"
  3. Answer: "GA4 for marketing (traffic sources, SEO, ad campaigns) and website behavior (page views, bounce rate). Amplitude for product (in-app events, retention, funnels) and user-level analysis (cohorts, A/B tests). Example: Use GA4 to track how users arrive at your app’s landing page, then Amplitude to see what they do inside the app."

  4. Metric Prioritization Traps

  5. Interviewer: "Your team wants to optimize for ‘Time on Page,’ but it’s hurting conversions. What do you do?"
  6. Answer: "Time on page is a vanity metric—it doesn’t correlate with business outcomes. Instead, focus on actionable metrics like ‘Conversion Rate’ or ‘Feature Adoption.’ Example: If users spend 5 minutes on a tutorial but never use the feature, the tutorial isn’t working."

  7. A/B Testing Pitfalls

  8. Interviewer: "Your A/B test shows a 10% lift in conversions, but the p-value is 0.1. Should you launch?"
  9. Answer: "No—p-value > 0.05 means the results aren’t statistically significant. Why? There’s a >5% chance the lift is due to random noise. Wait for more data or increase sample size."

  10. Stakeholder Pushback

  11. Stakeholder: "Why do we need Amplitude when we have GA4?"
  12. Answer: "GA4 is great for acquisition (e.g., ‘How did users find us?’), but Amplitude answers product questions (e.g., ‘Why do users churn?’). Example: GA4 can tell you 10K users came from Facebook, but Amplitude shows only 20% of them completed onboarding."

Quick Check Questions

  1. Scenario: Your e-commerce app’s "Add to Cart" rate is 30%, but only 5% of users complete checkout. How do you diagnose the issue?
  2. Answer: Set up a funnel analysis in Amplitude/Mixpanel to identify the drop-off step (e.g., shipping costs, payment failure). Use session replays (PostHog) to observe user behavior. Why? Funnels show where users leave; replays show why.

  3. Scenario: Your CEO wants to track "Daily Active Users" (DAU), but your product is a B2B SaaS tool used weekly. What metric do you propose instead?

  4. Answer: Weekly Active Users (WAU) or Monthly Active Users (MAU). Why? DAU is misleading for products with infrequent but high-value usage (e.g., payroll software).

  5. Scenario: Your team ran an A/B test on a new onboarding flow. Variant A had a 15% higher completion rate, but Variant B had 20% higher 30-day retention. Which do you choose?

  6. Answer: Variant B. Why? Retention is a leading indicator for long-term success; completion rate is a lagging vanity metric.

Last-Minute Cram Sheet

  1. Amplitude/Mixpanel: Best for product analytics (events, funnels, retention, A/B tests).
  2. GA4: Best for marketing analytics (acquisition, SEO, ad campaigns).
  3. PostHog: Open-source alternative with session replays and feature flags.
  4. Event-Based Tracking: Track actions (e.g., "Clicked ‘Share’") not just page views.
  5. Funnel Analysis: Measures drop-off between steps (e.g., "Cart → Checkout").
  6. Cohort Analysis: Compare groups over time (e.g., "Users who shared vs. didn’t").
  7. Retention Curve: % of users returning after Day 1, 7, 30.
  8. A/B Testing: Requires statistical significance (p-value < 0.05).
  9. ⚠️ Vanity Metrics: "Time on page," "Page views"—don’t correlate with business outcomes.
  10. ⚠️ Data Taxonomy: Inconsistent event names (e.g., checkout_start vs. checkout_begin) break analysis.


ADVERTISEMENT