IronSource Mediation Integration 1.0.0
适配说明
- 支持的广告类型:横幅、插屏、激励视频
- 支持的广 告平台(V1.0.0):TradPlus Adx
- 适配 IronSource 版本:V8.1.0+
- 适配 TradPlus 版本:V12.0.0.1+
IronSource Adapter 接入步骤
1. IronSource 后台配置
-
登录 IronSource 后台,在左侧菜单选择
Mediation → Setup → SDK networks
,选择应用后,在Manage Networks
中添加Custom Adapter
。 -
填入通过 IronSourceCustomAdapter 注册网页生成的
network Key
。 -
找到添加的自定义广告源,点击编辑进行设置。
-
在编辑页面中填写:
- AppID:TradPlus 后台的 AppID
- PlacementID:TradPlus 后台的广告位 ID
-
点击 Save 保存。
2. 在 IronSource 中介组启用
- 在左侧菜单选择
Mediation → Management → Mediation
,并设置中介组。
3. 在项目中集成Adapter
- 正常集成 iOS TradPlus SDK(TradPlus iOS SDK 下载 & 文档)。
- 将
ISHKWLCustomAdapter.framework
集成到 Xcode 项目。 下载 ISHKWLCustomAdapter.framework
注意: 由于 Custom Adapter 无法通过 IronSource 聚合API获取 cc pa设置状态,需要在设置 CCPA 时,通过如下 API 向 TradPlus SDK 进行设置。
#import <TradPlusAds/TradPlus.h>
//NO:加州⽤⼾均不上报数据 ;YES:接受上报数据
[TradPlus setCCPADoNotSell:bool]