Integration

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

Install

dependencies {
    implementation("io.cloudx:adapter-verve:3.9.0.1")
}

Maven Repository

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

maven {
    url = uri("https://verve.jfrog.io/artifactory/verve-gradle-release")
}

Compatibility

Adapter versionNetwork SDKMinimum CloudX SDK
3.9.0.1Verve HyBid SDK 3.9.04.2.0
3.9.0.0Verve HyBid SDK 3.9.04.2.0
3.8.2.0Verve HyBid SDK 3.8.24.2.0
3.8.1.1Verve HyBid SDK 3.8.14.2.0
3.8.1.0Verve HyBid SDK 3.8.14.1.0

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