Integration

TaurusX adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.

Contact your CloudX account manager to confirm availability and complete publisher onboarding.

Install

dependencies {
    implementation("io.cloudx:adapter-taurusx:1.18.3.0")
}

Maven Repository

TaurusX artifacts are hosted on TaurusX’s Maven repository. Add it alongside google() and mavenCentral():

maven {
    url = uri("https://artifact.taurusx.com/artifactory/taurusx-sdk/")
}

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
1.18.3.0TaurusX SDK 1.18.34.2.0

The adapter is discovered automatically when your server-provisioned CloudX configuration includes TaurusX demand. No manual adapter registration is required.