Contextual data collected by BM SDK
User Contextual Data
Note: User Level Contextual Data is defined by the SDK but can be overwritten by an App/Mediation via the SDK API
Name | Type | Description | Example |
|---|---|---|---|
request.context.user.ext.impdepth | uint32 | The count of impressions for a specific placement type in a given app session. Deprecated in 3.0.0 | 5 |
request.context.user.ext.sessionduration | uiint64 | The total duration of time a user has spent so far in a specific app session expressed in seconds | 55 |
request.context.user.ext.lastbundle | string | The last app bundle the user saw on the previous impression in a given session per placement type. Deprecated in 3.0.0 | "bundle" |
request.context.user.ext.lastadomain | string | The last advertiser domain the user saw on the previous impression in a given session per placement type. Deprecated in 3.0.0 | "domain" |
request.context.user.ext.clickrate | float | The percentage of clicks/impressions per user per placement type over a given number of impressions, where 5 represents a 5% CTRT | 5 |
request.context.user.ext.lastclick | bool | An integer value indicating if the user clicked on the last impression in a given session per placement type, where "1" = user clicked, "0" - user didn't click. Deprecated in 3.0.0 | 1 |
request.context.user.ext.completionrate | float | he percentage of successful completions/impressions for a user per placement type for a given number of impressions, where 70 represents a 70% completion rate. Deprecated in 3.0.0 | 70 |
Device Contextual Data
App Contextual Data
| Name | Type | Description | Example |
|---|---|---|---|
| request.context.app.ext.install_time | uint64 | Unix timestamp in milliseconds of the application install (might be zero). Available since SDK 3.0.1 | 0.0 |
| request.context.app.ext.first_launch_time | uiint64 | Unix timestamp in milliseconds of the first BidMachine SDK launch. Available since SDK 3.0.1 and data can be incorrect for devices which updates from older app/sdk version | 1.725296223359E12 |
| request.context.app.ext.min_api_level | uint32 | (Android only) Minimal supported Android SDK version | 21 |
| request.context.app.ext.kotlin_version | string | Kotlin runtime version | 1.8.20 |
Updated 4 days ago