IronSource Mediation Integration 1.0.0
Adaptation Overview
- Supported Ad Types: Banner, Interstitial, Rewarded Video
- Supported Ad Platforms (V1.0.0): TradPlus Adx
- Compatible IronSource Version: V8.1.0+
- Compatible TradPlus Version: V12.0.0.1+
IronSource Adapter Integration Steps
1. IronSource Backend Configuration
-
Log in to the IronSource backend, go to the left menu and select
Mediation → Setup → SDK networks
. Choose your application and add aCustom Adapter
underManage Networks
. -
Enter the
network Key
obtained from the IronSourceCustomAdapter registration page. -
Locate the added custom ad source and click Edit to configure settings.
-
Fill in the following fields on the edit page:
- AppID: TradPlus backend AppID
- PlacementID: TradPlus backend Ad Placement ID
-
Click Save to apply changes.
2. Enable Mediation Group in IronSource
- Go to
Mediation → Management → Mediation
in the left menu and configure the mediation group.
3. Integrate Adapter into the Project
- Integrate the iOS TradPlus SDK as usual (TradPlus iOS SDK Download & Documentation).
- Add
ISHKWLCustomAdapter.framework
to the Xcode project. Download ISHKWLCustomAdapter.framework
Note: Since the Custom Adapter cannot obtain CCPA settings through the IronSource mediation API, you need to set CCPA using the following API in the TradPlus SDK.
#import <TradPlusAds/TradPlus.h>
// NO: Do not report data for California users; YES: Accept data reporting
[TradPlus setCCPADoNotSell:bool]