Network Mediation
Last updated
Last updated
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.
Minimum Supported SDK
iOS: 3.36.0
Android: 3.52.0
Custom events are placed in IntowowSDK sample APP.
iOS: sample/crystalexpress/ClientSideMediation/CustomEvents
Android: app/src/main/java/com/intowow/sdk
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
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
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:
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
Except InStream and RewardedVideo, other ad formats may get both display (image) ad and video ad.
Read the value of the key "provider". For iOS, in of AD instance, for Android, utilize .