mobileUnity -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.

circle-info

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.

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
chevron-rightIronsourcehashtag

Last updated