You’re the analytics partner for ShopSwift, a high-volume e-commerce marketplace (~9M MAUs, 1.4M DAUs) selling consumer electronics and home goods across the US and EU. Checkout is mission-critical: the company does ~$2.5B annual GMV and leadership tracks purchase conversion as a top KPI. A recent mobile checkout redesign shipped to 100% of users after positive usability tests.
Two weeks after launch, the VP of Product flags that mobile purchase conversion dropped from 3.20% to 2.95% (-7.8% relative), representing an estimated $3–5M monthly GMV risk. The design team’s core assumption was: “Reducing visual clutter and moving shipping options behind a ‘See delivery options’ accordion will reduce cognitive load and increase conversion.” They believe the conversion drop is due to seasonality and want to keep the new design.
You’re asked to use quantitative data to validate or disprove the design assumption and recommend what to do next.
The redesign made three notable changes on mobile:
Customer support also reports a small increase in tickets tagged “shipping cost surprise,” but the design team argues it’s anecdotal.
You have a Snowflake warehouse with event instrumentation and order outcomes.
| Source | What it contains | Grain |
|---|---|---|
checkout_events | step views, CTA clicks, accordion expand, promo interactions, errors | event-level |
checkout_sessions | session_id, user_id, device, country, entry step, exit step, timestamps | session-level |
orders | order_id, session_id, revenue, shipping_fee, discount, payment_type, success/fail reason | order-level |
experiments | variant assignment history, rollout dates, holdouts (if any) | user-level |
support_tickets | ticket tags, timestamps, user_id (when available) | ticket-level |