Tagged articles

user-tracking

3 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Aug 21, 2024 · Backend Development

How to Build a GrowingIO User‑Tracking Spring Boot Starter from Scratch

This article walks through the complete process of creating a Spring Boot Starter that wraps the GrowingIO Java SDK, covering the motivation, project setup, property abstraction, auto‑configuration, custom logging, service implementation, and a simple test to verify the starter works in a Spring Boot application.

GrowingIOJava SDKSpring Boot
0 likes · 20 min read
How to Build a GrowingIO User‑Tracking Spring Boot Starter from Scratch
Bilibili Tech
Bilibili Tech
Sep 1, 2023 · Big Data

Design and Implementation of Session‑Based User Engagement Tracking for Cloud TV Application

The Cloud Vision TV app implements a session‑id and placement‑id driven tracking pipeline that generates, collects, and processes lifecycle data across server and client layers, enabling fine‑grained engagement strategies, scene reconstruction via AC automata, and actionable BI dashboards to improve user retention and personalization.

BI visualizationData PipelineMobile App
0 likes · 14 min read
Design and Implementation of Session‑Based User Engagement Tracking for Cloud TV Application
Xianyu Technology
Xianyu Technology
Jun 12, 2019 · Mobile Development

High‑Accuracy User Behavior Tracking in Flutter for Xianyu

To replace the native‑only tracking used by Xianyu after its migration to Flutter, the team built a high‑accuracy solution that mirrors the Flutter navigation stack with an index list, correctly fires enter/leave events on pushes, pops and filtered dialogs, and adds exposure detection based on 50 % visibility for 500 ms, ultimately delivering 100 % tracking accuracy in production.

analyticsevent loggingflutter
0 likes · 9 min read
High‑Accuracy User Behavior Tracking in Flutter for Xianyu