The Android SDK automatically adds a set of default parameters to every tracking request, regardless of whether you use automatic tracking or manual tracking. This page explains which values are included by default so you can understand what is already covered before adding your own custom parameters.
What this page is for
Use this page as a reference for automatically collected request data. If you want to add business-specific values or custom analytics dimensions, continue with your chosen tracking approach and configure the relevant custom parameters separately.
Device Information
Default Parameter | Description |
|---|---|
Operating System | The Android OS version running on the device. |
Device Manufacturer | The manufacturer of the device (e.g., Samsung, Google). |
Device Model | The specific model of the device (e.g., Galaxy S21, Pixel 5). |
Screen Resolution | The resolution of the device’s screen, used for optimizing UI/UX. |
User Environment
Default Parameter | Description |
|---|---|
Country | The user’s country, based on their device settings. |
Language | The language set for the app in the user’s environment. |
Time Zone | The user’s time zone, allowing for localized analysis. |
Timestamp | The exact time when the user accesses a page or event. |
Content Information
Default Parameter | Description |
|---|---|
Page Name | This represents the page or screen viewed by the user. |
Application Information
Default Parameter | Description |
|---|---|
App First Open | Tracked when the user opens the app for the first time after installation. |
App Update | Tracks the number of times the app has been updated by the user. |
App Version | Tracks whether users are using the latest version of the app. |
These application-specific parameters must be set up in Mapp Q3. For further configuration details, refer to the How to Set Up Custom Parameters section.
Best Practices
Know what is already sent: Review these defaults before creating duplicate custom parameters for information the SDK already provides automatically.
Configure app-specific reporting values carefully: Parameters such as
App UpdateandApp Versionshould be aligned with your reporting setup in Mapp Q3 if you want to analyze them consistently.