This library lets you serve ads to your apps from Magnite Ad Network via LevelPlay integration.
Here are two demo apps available to explore:
Find and edit Ad Unit IDs in MainActivity.kt or MainActivity.java, then build an app and use Ad inspector to make sure your integration is working correctly.
- Add dependency on LevelPlay-Magnite Mediation library.
dependencies {
implementation 'com.magnite.sdk:levelplay-mediation:0.0.1+'
}
- Add Magnite as a custom adapter for your LevelPlay account. Go to
LevelPlay->Networks->Add custom network.
- Enter Network key
15c0d4c7dand clickSave.
- Open newly created network Magnite and create necessary ad Instances.
Fill the fields appId and adTag for each ad Instance with the corresponding values from the dashboard.
- Save the changes and make sure you can see green checkmarks next to the Magnite network.




