-
Notifications
You must be signed in to change notification settings - Fork 12
Custom Events
shimisheetrit edited this page Jan 19, 2017
·
26 revisions
Once custom event is set up for a specific network, MobFox banners and interstitials will get ads from that network in addition to ads from MobFox, increasing your fill rate.
| Ad Network | Banner | Interstitial | Native |
|---|---|---|---|
| MoPub | Yes | Yes | Yes |
| AdMob | Yes | Yes | - |
| Smaato | Yes | Yes | - |
| AdColony | - | Yes | - |
| Chartboost | - | Yes | - |
| Yes | Yes | Yes | |
| Supersonic | - | Yes | - |
| UnityAds | - | Yes | - |
| Vungle | - | Yes | - |
| AppLovin | Yes | Yes | - |
- Install the
FBAudienceNetwork.frameworkfrom the Facebook iOS SDK. - Include the files /CustomEvents/Facebook in your project.
- Setup Facebook Custom Events in your MobFox control panel.
- Install the MoPub iOS SDK.
- Include the files in /CustomEvents/MoPub in your project.
- Setup MoPub Custom Events in your MobFox control panel.
- Install the Unity Ads iOS SDK.
- Include the files in /CustomEvents/UnityAds in your project.
- Setup Unity Ads Custom Events in your MobFox control panel.
- Install AdMob For iOS
- Include the files /CustomEvents/AdMob in your project.
- Setup Ad Mob Custom Events in your MobFox control panel.
- Design native ad's UI components using the files NativeAppInstallAdView.xib for app install ad and NativeContentAdView.xib for content ad. the current xib files are defined as full screen views, but you could change view size (native ad should not be in full screen) and UI elements locations and sizes easily as you wish.
- Within the function MobFoxNativeAdDidLoad:withAdData: only implement the tracker pixel functionality for reporting to MobFox server side on impressions.
- Install AdColony iOS SDK
- Include the files in /CustomEvents/AdColony in your project.
- Setup AdColony Custom Events in your MobFox control panel.
- Install Vungle For iOS
- Include the files in /CustomEvents/Vungle in your project.
- Setup Vungle Custom Events in your MobFox control panel.
- Install Chartboost For iOS
- Include the files in /CustomEvents/Chartboost in your project.
- Setup Chartboost Custom Events in your MobFox control panel.
- Install Smaato For iOS
- Include the files in /CustomEvents/Smaato in your project.
- Setup Smaato Custom Events in your MobFox control panel.
- Install Supersonic For iOS
- Include the files in /CustomEvents/Supersonic in your project.
- Setup Supersonic Custom Events in your MobFox control panel.
- Install Startapp For iOS
- Include the files in /CustomEvents/Startapp in your project.
- Setup Startapp Custom Events in your MobFox control panel.
- Install Millennial For iOS
- Include the files in /CustomEvents/Millennial in your project.
- Setup Millennial Custom Events in your MobFox control panel.
- Install Amazon For iOS
- Include the files in /CustomEvents/Amazon in your project.
- Setup Amazon Custom Events in your MobFox control panel.