Integration
Empower AdManager Mediation Integration
This document explains how to add Empower as an ad network using Google Mediation.
1. Add the Empower Maven Repository
allprojects {repositories {google()mavenCentral()// ...maven { url "https://maven.empower.net/release" }}}
2. Add the Dependency
To integrate Empower via AdManager Mediation, add the following dependency to your project.
Gradle
implementation "net.empower.mobile.ads:mediation-admob:1.1.3"