Banner & MREC Ad Formats
Banner Ads
Rectangular ad format (320x50) that occupies part of your app layout. Supported by most ad networks.
MREC Ads
Medium Rectangle format (300x250) with similar characteristics to banner ads.
Ad Unit Setup
Configure your ad unit using thead unit ID issued from the dashboard.
- Swift
- Objective-C
Ad Implementation
Basic Usage
- Swift
- Objective-C
Note: Banner ads automatically load the initial ad upon creation.
Manual Initial Load Setup
You can use theautoLoad parameter to directly control the initial load timing of the ad.
- Swift
- Objective-C
autoLoad Parameter
true(default): Automatically loads initial ad when view is createdfalse: Initial ad loads whenloadAd()is manually called
- When you want to display the ad after a specific user action
- When you want to control ad load timing during screen transitions
- When you want to load the ad after checking network status
Setting Listeners/Delegates
- Swift (Listener)
- Objective-C (Delegate)
You can set listeners to monitor ad status changes.

