Skip to main content

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.

Meta Audience Network Adapter

Meta Audience Network adapter for CloudX Android SDK. Supports banner, MREC, interstitial, rewarded, and native ad formats. For CloudX dashboard mapping and Meta-side ID setup, see the Meta Audience Network bidder guide. This page covers Android-specific adapter requirements only.

Install

dependencies {
    implementation("io.cloudx:adapter-meta:6.21.0.1")
}

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 versionNetwork SDKMinimum CloudX SDK
6.21.0.1Meta Audience Network 6.21.04.0.0
The adapter is discovered automatically when your server-provisioned CloudX configuration includes Meta demand. No manual adapter registration is required.