Unity -Android

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.

App Prerequisite

  • minSdkVersion of 21 or higher

  • compileSdkVersion of 33 or higher

Configuration Steps

Adding Dependency

  • Go to Project Settings > Player > Android > Publishing Settings > Build

  • Select Custom Main Gradle Template.

  • Open the mainTemplate.gradle file.

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

Google Ad Manager
dependencies {
  implementation 'com.adstertech:customadapter-lite:2.2.1'
}
ADMOB
dependencies {
  implementation 'com.adstertech:customadapter-lite:2.2.1'
}
AppLovin
dependencies {
  implementation 'com.adstertech:customadapter-applovin:2.1.4'
}
Ironsource
dependencies {
  implementation 'com.adstertech:customadapter-ironsource:2.1.4'
}

Last updated