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")
}

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 versionNetwork SDKMinimum CloudX SDK
8.4.7.0Digital Turbine Marketplace SDK 8.4.74.2.0
8.4.6.0Digital Turbine Marketplace SDK 8.4.64.2.0
8.4.5.1Digital Turbine Marketplace SDK 8.4.54.2.0
8.4.5.0Digital Turbine Marketplace SDK 8.4.54.1.1
8.4.2.0Digital Turbine Marketplace SDK 8.4.24.1.1
8.4.0.0Digital Turbine Marketplace SDK 8.4.04.1.1
8.3.7.0Digital Turbine Marketplace SDK 8.3.74.2.0
8.3.3.0Digital Turbine Marketplace SDK 8.3.34.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.