Network Mediation

Intowow SDK can mediate most ad networks through our pre-built adapters and custom events. This introduction is to guide you through the mediation process of other networks.

1. If you do not already have Intowow SDK integrated, please follow the tutorial(Android, iOS) to integrate Intowow SDK in your project.

Minimum Supported SDK

  • iOS: 3.36.0

  • Android: 3.52.0

2. Get custom event files

Custom events are placed in IntowowSDK sample APP.

  • iOS: sample/crystalexpress/ClientSideMediation/CustomEvents

  • Android: app/src/main/java/com/intowow/sdk

3. Add the custom event files

In your APP project, please place the custom event files(depend on the ad format(s) to be mediated) into the corresponding directory.

  • iOS:

    • Unspecified file path under APP's project

  • Android:

    • File path: [YOUR__PROJECT__PATH]/com/intowow/sdk/ (Please create the folder if the path doesn't exist)

    • Must Included: CustomEventUtil.java

4. Integrate third-party SDKs

Integrate the third party SDKs into your project. Supported SDK Networks:

Network

OS Version

Ad Format

iOS, Android

Card, Native, RewardedVideo, Interstitial

iOS, Android

InStream, Card, Native, RewardedVideo, Interstitial

iOS, Android

Card, Native, RewardedVideo, Interstitial

iOS, Android

Card, Native, Interstitial

iOS

Card

4. Please contact Intowow Account Manager to activate network mediation function

Advanced Integration:

  • AD Source Detection Guideline and appearance of AD differed from third-party SDK. Detection of AD source helps enhance the decision making for APP while receiving AD from different SDKs. 2 steps are required to achieve AD Source Detection:

    1. Read the value of the key "provider". For iOS, in customEventExtra of AD instance, for Android, utilize getExtra().

    2. If the key, "provider", is null, current AD is from IntowowSDK. Otherwise, the value of "provider" will be a string representing certain third-party, for example, "FAN".

String Value Mapping

Third-party SDK

Value of provider

Admob

GMA

Facebook Audience Network

FAN

Facebook Bidding

FANBIDDING

Flurry

FLURRY

Inmobi

INMOBI

Note:

  • Except InStream and RewardedVideo, other ad formats may get both display (image) ad and video ad.

Last updated