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

> Meta Audience Network adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.

For CloudX dashboard mapping and Meta-side ID setup, see the [Meta Audience Network bidder guide](/en/networks/meta-audience-network). This page covers Android-specific integration details only.

## Install

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

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

## Native Ads

The Meta adapter supports CloudX native ads, including native video/Reels integrations. The adapter brings in Meta Audience Network transitively; you do not need to declare `com.facebook.android:audience-network-sdk` separately unless your app uses Meta APIs directly.

## Compatibility

| Adapter version | Network SDK                    | Minimum CloudX SDK |
| --------------- | ------------------------------ | ------------------ |
| `6.21.0.2`      | Meta Audience Network `6.21.0` | `4.0.0`            |

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