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

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

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

## Install

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

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

## Compatibility

| Adapter version | Network SDK         | Minimum CloudX SDK |
| --------------- | ------------------- | ------------------ |
| `1.0.0.0`       | Magnite SDK `1.0.0` | `4.0.0`            |

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