Telemetry-Led Redesign: How Pulse Analytics Found the Mobile Signup 'Drop Zone'
Tech · 5 min read
Pulse Analytics tracked signups across platforms and noticed a much higher abandonment rate on Android compared with iOS. Deep dives into event streams and UX recordings revealed that users were dropping when a third-party identity verification widget failed to scale to smaller screens. The verification flow displayed cryptic errors and required pinching to see inputs, which led to high friction.
The product and design teams replaced the widget with a native verification flow that prioritized single-column inputs, adaptive keyboard types for phone and email, and explicit progress indicators. They instrumented finer-grained events: form focus changes, time-to-first-input, and retry counts. These signals let them iterate quickly on field-level affordances and error messaging.
Within a month the mobile Android signup abandonment rate fell by 37 percent and completed verifications increased by 44 percent. The team attributes the gain to both better instrumentation directing effort and the targeted redesign that respected device form factors. The case underscores the value of coupling telemetry with small, device-aware UI changes for outsized impact.