Skip to main content
Rectangular ad format (320x50) that occupies part of your app layout. Supported by most ad demand sources. Banner Example Pn

MREC Ads

Medium Rectangle format (300x250) with similar characteristics to banner ads. Mrec Example Pn

Ad Unit Setup

Configure your ad unit using the ad unit ID issued from the dashboard.

Ad Implementation

Basic Usage

Note: Banner ads automatically load the initial ad upon creation.

Manual Initial Load Setup

You can use the autoLoad parameter to directly control the initial load timing of the ad.

autoLoad Parameter

  • true (default): Automatically loads initial ad when view is created
  • false: Initial ad loads when loadAd() is manually called
Manual initial load is useful in the following cases:
  • 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
Note: Ad refresh after loading is automatically managed by the SDK.

Setting Listeners/Delegates

You can set listeners to monitor ad status changes.