Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 12, 2019 · Mobile Development

How to Achieve High‑Accuracy User Behavior Tracking in Flutter

This article explains how the Xianyu team migrated from native to Flutter and built a high‑accuracy user‑behavior tracking solution, covering page entry/exit detection, exposure calculations, click handling, code snippets, and future improvements for reliable analytics in mobile apps.

Exposure DetectionFlutterUser Behavior Tracking
0 likes · 9 min read
How to Achieve High‑Accuracy User Behavior Tracking in Flutter
Tencent Music Tech Team
Tencent Music Tech Team
Mar 22, 2019 · Frontend Development

How to Build a Frontend User‑Behavior Tracing System for Debugging External Network Issues

This article analyzes the challenges of reproducing external‑network bugs, outlines common failure causes, and presents a complete design for a JavaScript SDK that records environment data, AJAX calls, errors, and user actions, stores them in IndexedDB, and visualizes the timeline for efficient troubleshooting.

FrontendIndexedDBJavaScript
0 likes · 15 min read
How to Build a Frontend User‑Behavior Tracing System for Debugging External Network Issues
QQ Music Frontend Team
QQ Music Frontend Team
Mar 17, 2019 · Frontend Development

How to Build a Front‑End User Behavior Tracing System for Faster Issue Diagnosis

This article explains the design and implementation of a front‑end user behavior tracing system, covering common external network problems, the importance of collecting runtime environment, data, JS errors, and interaction logs, and detailing SDK data collection, reporting strategies, server processing, and query platform visualization.

IndexedDBMonitoringUser Behavior Tracking
0 likes · 14 min read
How to Build a Front‑End User Behavior Tracing System for Faster Issue Diagnosis