What this section is for
The Tracking section explains how to implement analytics tracking in your Android app with the Mapp Intelligence SDK. Use it after Quickstart if you are ready to decide how tracking should work in your app and which implementation approach fits your use case.
Choose your tracking path
Automatic Tracking
Use Automatic Tracking if you want the SDK to capture screen-related tracking with minimal implementation effort.
Manual Tracking
Use Manual Tracking if you need more control over what is tracked and when it is sent. This area includes two approaches:
Object Oriented Tracking: the recommended approach for current implementations.
Query Parameter Tracking (Legacy): a legacy approach kept for compatibility.
Default Parameters
Use Default Parameters to understand which parameters the SDK adds automatically to requests.
Special tracking scenarios
Some tracking use cases require additional platform- or feature-specific setup. Use these pages when your implementation includes one of the following scenarios:
Recommended reading path
Start with Automatic Tracking if you want a low-effort implementation.
Go to Manual Tracking if you need explicit control over pages, actions, media, or parameters.
Use the specialized pages only when your app includes those scenarios.
Note
This section should help readers choose the right tracking approach first, then dive into implementation details.