mobileAndroid

This document will guide you through an easy-to-follow process of adding Adster.Tech as your third-party ad network mediation partner for your mobile banner, interstitial, and rewarded ads.

circle-info

App Prerequisite

  • minSdkVersion of 21 or higher

  • compileSdkVersion of 33 or higher

Configuration Steps

Adding Dependency

  • Open the build.gradle (Module: app) file.

  • Find the dependencies block and add from below for respective mediation platform.

  • Add the below proguard rule in the final release build -keep class com.adster.** { *; }

chevron-rightGoogle Ad Managerhashtag
dependencies {
  implementation 'com.adstertech:customadapter-lite:2.2.3'
}
chevron-rightADMOBhashtag
dependencies {
  implementation 'com.adstertech:customadapter-lite:2.2.3'
}
chevron-rightAppLovinhashtag
dependencies {
  implementation 'com.adstertech:customadapter-applovin:2.2.3'
}
chevron-rightIronsourcehashtag

Last updated