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

# Integration

> Unity Ads adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, and Rewarded.

For CloudX dashboard mapping and Unity Ads-side ID setup, see the [Unity Ads bidder guide](/en/networks/unity-ads). This page covers Android-specific integration details only.

## Install

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  dependencies {
      implementation("io.cloudx:adapter-unityads:4.19.0.0")
  }
  ```

  ```groovy Groovy theme={null}
  dependencies {
      implementation 'io.cloudx:adapter-unityads:4.19.0.0'
  }
  ```
</CodeGroup>

## Compatibility

| Adapter version | Network SDK            | Minimum CloudX SDK |
| --------------- | ---------------------- | ------------------ |
| `4.19.0.0`      | Unity Ads SDK `4.19.0` | `4.0.0`            |
| `4.17.0.0`      | Unity Ads SDK `4.17.0` | `4.0.0`            |

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