Tracking

Prev Next

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:

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

  1. Start with Automatic Tracking if you want a low-effort implementation.

  2. Go to Manual Tracking if you need explicit control over pages, actions, media, or parameters.

  3. 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.