Tag

full tracking

0 views collected around this technical thread.

HomeTech
HomeTech
Sep 26, 2022 · Mobile Development

Implementing Full Data Collection on Android Using Gradle Plugin, Transform API, and ASM

This article explains how to build a full‑tracking solution for Android by creating a Gradle plugin that registers a Transform, leveraging the Transform API and ASM bytecode instrumentation to automatically inject analytics code into click events and lifecycle callbacks, while covering the underlying concepts, implementation steps, and deployment process.

ASMAndroidGradle Plugin
0 likes · 35 min read
Implementing Full Data Collection on Android Using Gradle Plugin, Transform API, and ASM
LOFTER Tech Team
LOFTER Tech Team
Jun 2, 2022 · Fundamentals

Understanding Event Tracking (埋点): Purpose, Types, and Implementation Methods

This article explains the concept of event tracking (埋点) in applications, detailing its purposes such as user conversion analysis and security monitoring, classifying manual, visual, and full tracking methods, and discussing their advantages, disadvantages, and how to choose the appropriate approach.

Mobile Developmentanalyticsevent tracking
0 likes · 6 min read
Understanding Event Tracking (埋点): Purpose, Types, and Implementation Methods