Skip to content

XMediator

XMediator is an ad mediation solution by X3M that enables integrating an app or game with over 15 advertising partners including:

  • Admob
  • Google Ad Manager
  • IronSource
  • Unity Ads
  • ... and many more!

For a complete list of supported ad partners please refer to Supported ad networks

To see the complete API take a look at XMediator Reference

What is ad mediation?

Mobile ad mediation refers to the process of asking multiple advertising networks whether they have an ad to show and selecting the highest bidding offer. XMediator enables your mobile game or app to connect with a wide variety of ad networks through a single, developer friendly SDK.

graph LR;
    App/Game-->XMediator;
    XMediator-->GoogleAdsAdapter;
    GoogleAdsAdapter-->AdMob;
    XMediator-->UnityAdsAdapter;
    UnityAdsAdapter-->UnityAds;
    XMediator-->FyberAdapter;
    FyberAdapter-->Fyber;
    XMediator-->IronSourceAdapter;
    IronSourceAdapter-->IronSource;

Adapters

An adapter (also known as mediation network adapter) is a dependency provided by us that you can add to your game alongside XMediator in order to integrate a third party network. XMediator is not an advertising network in itself, meaning you will have to include at least one adapter in order for the SDK to serve ads. For instance, you can add the Google Ads adapter, which enables both AdMob and GoogleAdManager for ad mediation.

Versioning

XMediator releases follow the Semantic Versioning system. Please visit Semantic Versioning 2.0.0 for more information.