跳转到主要内容

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.

Unity Ads 适配器

Unity Ads 适配器适用于 CloudX Android SDK,支持 banner、MREC、interstitial 和 rewarded 广告格式。底层基于 Unity Ads SDK 4.17.0。 如需 CloudX 控制台映射和 Unity Ads 侧 ID 配置,请参阅 Unity Ads 竞价方指南。本页仅说明 Android 侧适配器要求。

安装

dependencies {
    implementation("io.cloudx:adapter-unityads:4.17.0.0")
}

兼容性

适配器版本广告网络 SDK最低 CloudX SDK
4.17.0.0Unity Ads SDK 4.17.04.0.0
当服务端下发的 CloudX 配置包含 Unity Ads 需求时,SDK 会自动发现该适配器。无需手动注册适配器。