Skip to content

moe-ichihara/maio-iOS-MoPubMediationAdapter

 
 

Repository files navigation

maio Mopub Mediation Adapter

Get Started

Adding Maio to your MoPub Dashboard

  1. Open your MoPub dashboard, and click on the Networks tab.
  2. Click on New network.
  3. On the bottom of the modal, click on Custom SDK network.
  4. Input the Network settings as below, and click Next:
    • Network name: maio
  5. Click Next for the Default CPM preferences.
  6. Input the App & ad unit setup as below, and click Save & Close:
    • Interstitial
      • Custom Event Class
        • MaioInterstitial
      • Custom Event Class Data
        {"mediaId": "YOUR-MEDIA-ID", "zoneId": "YOUR-ZONE-ID"}
        or
        {"mediaId": "YOUR-MEDIA-ID"}
    • Rewarded Video
      • Custom Event Class
        • MaioRewardedVideo
      • Custom Event Class Data
        {"mediaId": "YOUR-MEDIA-ID", "zoneId": "YOUR-ZONE-ID"}
        or
        {"mediaId": "YOUR-MEDIA-ID"}

Implement maio iOS SDK and MaioMopubAdapter to your Project

  1. Install maio iOS SDK to your project.
    • If you use Cocoapods, you can just add pod 'MaioSDK' to your Podfile.
    • For detailed instructions, see GetStarted
  2. Go to the release page and download the newest MaioMoPubAdapter_v*.*.*.zip.
  3. Copy the contents of MaioMoPubAdapter_v*.*.*.zip to your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.1%
  • JavaScript 1.6%
  • Other 0.3%