Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 7.91 KB

File metadata and controls

70 lines (60 loc) · 7.91 KB

CAS.AI Mediation adapters

The adapters in the table are listed in alphabetical order.

Adapter Artifact Version Supported Formats Optimal Families VPN Changelog SDK
applovin applovin 13.6.2.0 Banner, Interstitial, Rewarded, AppOpen, Native view link
audienceNetwork facebook 6.21.0.1 Banner, Interstitial, Rewarded, Native view link
bigoAds bigo 5.8.2.0 Banner, Interstitial, Rewarded, AppOpen, Native view link
casExchange cas-exchange 4.6.6 Banner, Interstitial, Rewarded view
chartboost chartboost 9.11.1.0 Banner, Interstitial, Rewarded view link
crossPromo cas-promo 4.0.2 Banner, Interstitial, Rewarded view
dtExchange fyber 8.4.4.0 Banner, Interstitial, Rewarded view link
googleAds google 25.2.0.0 Banner, Interstitial, Rewarded, AppOpen, Native view link
hyprMX hyprmx 6.4.6.0 Banner, Interstitial, Rewarded view link
inmobi inmobi 11.2.0.0 Banner, Interstitial, Rewarded, Native view link
ironSource ironsource 9.4.0.1 Banner, Interstitial, Rewarded view link
kidoz kidoz 10.1.6.0 Banner, Interstitial, Rewarded view link
liftoffMonetize vungle 7.7.2.1 Banner, Interstitial, Rewarded, AppOpen, Native view link
madex 🧪 madex 1.7.7.1 Banner, Interstitial, Rewarded view link
maticoo maticoo 1.8.6.3 Banner, Interstitial, Rewarded, AppOpen, Native view link
mintegral mintegral 17.1.51.0 Banner, Interstitial, Rewarded, AppOpen, Native view link
monetrix 🧪 monetrix 1.2.0.2 Banner, Interstitial, Rewarded view
ogury ogury 6.2.2.0 Banner, Interstitial, Rewarded view link
pangle pangle 7.9.1.3 Banner, Interstitial, Rewarded, AppOpen, Native view link
prado prado 10.1.6.0 Banner, Interstitial, Rewarded view link
pubmatic 🧪 pubmatic 5.0.0.0 Banner, Interstitial, Rewarded view link
smaato smaato 23.0.1.0 Banner, Interstitial, Rewarded, Native view link
startIO startio 5.3.0.1 Banner, Interstitial, Rewarded, AppOpen, Native view link
superAwesome superawesome 10.1.0.0 Interstitial, Rewarded view link
unityAds unity 4.17.0.0 Banner, Interstitial, Rewarded view link
verve verve 3.8.1.0 Banner, Interstitial, Rewarded view link
yangoAds yango 7.18.5.0 Banner, Interstitial, Rewarded, AppOpen, Native view link
ysoNetwork ysonetwork 1.3.6.0 Banner, Interstitial, Rewarded view link

Note

Adapters marked with 🧪 are currently in closed beta. These adapters are not recommended for use in all applications. For more information, contact your account manager.

Columns description

  • Optimal — The adapter is included in the Optimal Ads Solutions bundle.
  • Families — The adapter is included in the Families Ads Solutions bundle.
  • VPN — The adapter is included in the VPN-compliant Ads Solutions bundle.
  • Changelog — Link to the adapter changelog.
  • SDK — Link to the ad framework release notes.

Adapter versioning

The adapter versioning scheme for versioned adapters is <third-party SDK version>.<adapter patch version>. For example, if an ad network releases a new SDK version 1.2.3, a new adapter version 1.2.3.0 will be released to Bintray after being tested against that new SDK.

If an adapter needs updating outside the lifecycle of a third-party SDK release, the patch version will increase. A bug fix for adapter version 1.2.3.0 will be released in version 1.2.3.1.

CAS compatible versions

When integrating the CAS Gradle Plugin, compatible adapter versions are selected automatically. To change the version of a specific adapter, set false in the list of adapters for the CAS Gradle Plugin and manually add the dependency for the version you need.

cas {
    adapters {
        [Adapter] = false
    }
}

Adapter in dependencies

All adapters for supported networks are found in the com.cleveradssolutions dependency group, and do not require additional SDK dependencies to be added.

Adapters in the dependencies have the following format, where [Artifact] and [Version] are values from the Adapters table:

dependencies {
    implementation("com.cleveradssolutions:[Artifact]:[Version]")
}