Integration
Digital Turbine adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, Native, Native Banner, and Native MREC.
For CloudX dashboard mapping and Digital Turbine-side ID setup, see the Digital Turbine bidder guide. This page covers Android-specific integration details only.
Install
dependencies {
implementation("io.cloudx:adapter-digitalturbine:8.4.7.0")
}dependencies {
implementation 'io.cloudx:adapter-digitalturbine:8.4.7.0'
}Native Ads
The adapter does not expose the main image asset directly: ad.nativeAd.mainImage is not populated. Media content — image or video — renders through the adapter-provided media view, which CloudX attaches to the container bound with setMediaContentViewGroupId(...). Bind a visible media container as described in Native ads.
Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
8.4.7.0 | Digital Turbine Marketplace SDK 8.4.7 | 4.2.0 |
8.4.6.0 | Digital Turbine Marketplace SDK 8.4.6 | 4.2.0 |
8.4.5.1 | Digital Turbine Marketplace SDK 8.4.5 | 4.2.0 |
8.4.5.0 | Digital Turbine Marketplace SDK 8.4.5 | 4.1.1 |
8.4.2.0 | Digital Turbine Marketplace SDK 8.4.2 | 4.1.1 |
8.4.0.0 | Digital Turbine Marketplace SDK 8.4.0 | 4.1.1 |
8.3.7.0 | Digital Turbine Marketplace SDK 8.3.7 | 4.2.0 |
8.3.3.0 | Digital Turbine Marketplace SDK 8.3.3 | 4.1.1 |
Adapter 8.3.7.0 supports Banner, MREC, Interstitial, and Rewarded. Native, Native Banner, and Native MREC require adapter 8.4.5.0 or later.
The adapter is discovered automatically when your server-provisioned CloudX configuration includes Digital Turbine demand. No manual adapter registration is required.