Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.44 KB

File metadata and controls

46 lines (27 loc) · 1.44 KB

Magnite mediation adapter for LevelPlay (Android)

This library lets you serve ads to your apps from Magnite Ad Network via LevelPlay integration.

Demo apps

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.

Integration steps

  1. Add dependency on LevelPlay-Magnite Mediation library.
dependencies {
    implementation 'com.magnite.sdk:levelplay-mediation:0.0.1+'
}
  1. Add Magnite as a custom adapter for your LevelPlay account. Go to LevelPlay -> Networks -> Add custom network.

Add custom network

  1. Enter Network key 15c0d4c7d and click Save.

Network key

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

Dashboard

Instances

  1. Save the changes and make sure you can see green checkmarks next to the Magnite network.

Setup complete