- Open your MoPub dashboard, and click on the
Networks
tab. - Click on
New network
. - On the bottom of the modal, click on
Custom SDK network
. - Input the
Network settings
as below, and clickNext
:Network name
:maio
- Click
Next
for theDefault CPM preferences
. - Input the
App & ad unit setup
as below, and clickSave & Close
:- Interstitial
- Custom Event Class
MaioInterstitial
- Custom Event Class Data
{"mediaId": "YOUR-MEDIA-ID", "zoneId": "YOUR-ZONE-ID"} or {"mediaId": "YOUR-MEDIA-ID"}
- Custom Event Class
- Rewarded Video
- Custom Event Class
MaioRewardedVideo
- Custom Event Class Data
{"mediaId": "YOUR-MEDIA-ID", "zoneId": "YOUR-ZONE-ID"} or {"mediaId": "YOUR-MEDIA-ID"}
- Custom Event Class
- Interstitial
- Install
maio iOS SDK
to your project.- If you use
Cocoapods
, you can just addpod 'MaioSDK'
to your Podfile. - For detailed instructions, see
GetStarted
- If you use
- Go to the release page and download the newest
MaioMoPubAdapter_v*.*.*.zip
. - Copy the contents of
MaioMoPubAdapter_v*.*.*.zip
to your project.