Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

Verve Adapter

Verve adapter for CloudX Android SDK. Supports banner, MREC, interstitial, rewarded, and native ad formats.

Install

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

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.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.