Mediated Networks
This guide shows the ad sources CAS.AI Mediation supports.
Advanced publishers who are familiar with ad network integrations can choose their own set of adapters. If you have any questions or need assistance, please contact your account manager.
Feel free not to use ready-made (Optimal or Families) solutions, and choose which mediated ad networks you want to integrate by copy following adapter names to build.gradle file:
Just specify true for the adapters you want to use and all the necessary dependencies will be included in your application automatically.
cas {
adapters {
appLovin = true
audienceNetwork = true
bigoAds = true
casExchange = true
chartboost = true
dtExchange = true
googleAds = true
hyprMX = true
inMobi = true
ironSource = true
kidoz = true
liftoffMonetize = true
mintegral = true
ogury = true
pangle = true
prado = true
startIO = true
superAwesome = true
unityAds = true
yangoAds = true
ysoNetwork = true
}
}
The adapters are sorted alphabetically in the list.
- Read more about the adapter versions here.
- The Meta Audience Network requires Additional implementations.
- The HyprMX is focused on the USA and Canada regions only. Your apps must be approved for monetization.
Closed beta ad adapters
Access to the monetization of the beta ad sources is closed.
If you would like to monetize by one of these ad sources, please contact your account manager.
cas {
adapters {
madex = true
maticoo = true
smaato = true
verve = true
}
}
- Please note that you may need to add additional maven repositories for your project.
- The Madex is focused on the CIS region only. Permission to access geolocation is already enabled in the SDK. Read more about Geolocation data collection
Cross promotion adapter
Cross promotion is an app marketing strategy in which app developers promote one of their titles on another one of their titles. Cross promoting is especially effective for developers with large portfolios of games as a means to move users across titles and use the opportunity to scale each of their apps. This is most commonly used by hyper-casual publishers who have relatively low retention, and use cross promotion to keep users within their app portfolio.
cas {
adapters {
crossPromo = true
}
}
Contact our account manager if you are interested in cross-promotion.