CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

magnite-applovin-mediation 1.0.0

magnite-applovin-mediation 1.0.0

Maintained by Magnite SDK.



 
Depends on:
AppLovinSDK< 14, >= 12
MagniteSDK~> 1.0
 

  • By
  • Magnite

ios-applovin-mediation

Enables you to serve Magnite Ads in your iOS application using AppLovin mediation network

1. Getting Started

The following instructions assume you are already familiar with the AppLovin MAX SDK and have already integrated the AppLovin MAX iOS SDK into your application. Otherwise, please start by visiting AppLovin site and reading the instructions on how to add AppLovin mediation code into your app.

2. Adding Your Application to Your Magnite Developer's Account

  1. Login into your [Magnite developer's account](TODO:PROVIDE URL TO PORTAL)
  2. Add your application and get its App ID

3. Integrating the Magnite <-> AppLovin Mediation Adapter

The easiest way is to use CocoaPods, just add to your Podfile the dependency

pod 'magnite-applovin-mediation'

4. Adding a Custom Event

  1. Login into your AppLovin account
  2. On the left menu expand "MAX->Mediation->Networks"
  3. Scroll down and select "Click here to add a Custom Network"
  4. On a Manage Network page select SDK as Network Type
  5. Set Custom Network Name to "Magnite"
  6. Set iOS Adapter Class Name to "MagniteAppLovinAdapter"
  7. Tap Save
  8. Start creating your Ad Units. Now in the Ad Unit waterfall you should see "Custom Network (SDK) - Magnite" under "Custom Networks & Deals" section. Expand it
  9. Change Status to enabled
  10. IMPORTANT! Set your Magnite AppID in corresponding field
  11. You may also pass custom parameters in JSON format. Supported names and values you may find in adapter's MagniteAppLovinExtras.m

If you need additional assistance you can take a look on our app example which works with this mediation adapter