- 1 Minute to read
- Print
- DarkLight
Manual Tracking
- 1 Minute to read
- Print
- DarkLight
The Mapp Android SDK provides an efficient option for manual tracking, giving you control over how you track events and page views through Object-Oriented Tracking—the recommended approach for all current implementations, providing a simple and robust method for tracking events and page views.
Object-Oriented Tracking
With object-oriented tracking, you create objects (e.g., pages, products, users) that hold significant data, and the SDK automatically converts this data into the correct format for Mapp Intelligence.
Methods Overview
Method | Description |
---|---|
| Used for page tracking. You create page objects, and the SDK converts these into the Mapp Intelligence format. |
| Tracks user events. Ideal for those not familiar with the Mapp Intelligence API. |
Deprecated: Query Parameter Tracking
Important
Query Parameter-Based Tracking has been deprecated and is no longer recommended for use. If you are still using this method, it is advisable to migrate to object-oriented tracking as soon as possible. This section is only for legacy support purposes.
Methods Overview
Method | Description |
---|---|
| Tracks pages by specifying a context and custom page name, with optional tracking parameters. |
| Tracks pages without specifying a context. Provides flexibility in naming pages and adding parameters. |
| Tracks events when using query parameter tracking. Requires a good understanding of the Mapp Intelligence data model and API. |
Kotlin:
Java:
| Creates a new custom parameter of the specified type. Refer to specific use cases in this chapter for more detailed explanations of parameters. |