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

# 集成

> CloudX Android SDK 的 Meta Audience Network 适配器。支持 Banner、MREC、Interstitial、Rewarded 和 Native。

如需 CloudX 控制台映射和 Meta 侧 ID 配置，请参阅 [Meta Audience Network 竞价方指南](/zh/networks/meta-audience-network)。本页仅说明 Android 特定的集成细节。

## 安装

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

## 原生广告

Meta 适配器支持 CloudX 原生广告，包括原生视频/Reels 集成。`io.cloudx:adapter-meta:6.21.0.2` 会传递引入 Meta Audience Network `6.21.0`；除非您的应用直接使用 Meta API，否则不需要单独声明 `com.facebook.android:audience-network-sdk`。

## 兼容性

| 适配器版本      | 广告网络 SDK                       | 最低 CloudX SDK |
| ---------- | ------------------------------ | ------------- |
| `6.21.0.2` | Meta Audience Network `6.21.0` | `4.0.0`       |

当服务端下发的 CloudX 配置包含 Meta 需求时，SDK 会自动发现该适配器。无需手动注册适配器。
