iOS Max Custom Adapter
Supported Ad Formats
- Banner
- Interstitial
- MREC
- Native
- Rewarded Videos
Adapter version
- MAX SDK:v11.7.0+
- TradPlus SDK:v9.2.0+
Changelog
版本号 | Adapter version | 更新说明 |
---|---|---|
v1.0.2 |
| 适配了Max V13.0.0,Max V13.0.0有API变动, |
v1.0.1 |
| |
v1.0.0 |
|
MAX Adapter 接入步骤
第1步、MAX 后台配置
-
登录您的 AppLovin 账号,在左侧菜单上选择
MAX > Mediation > Networks
,滑动到最底部点击 “Click here to add a Custom Network”。 -
在“Manage Network”页面上填写对应的信息:
- Network Type:设置为
SDK
- Custom Network Name:可以自定义
- iOS Adapter Class Name:设置为
ALMCMediationAdapter
- Android Adapter Class Name:设置为
com.applovin.mediation.adapters.TPMediationAdapter
- Network Type:设置为
-
点击
Save
保存。
第2步、在 MAX 的广告位中启用 Custom Network
在 MAX 仪表板中打开 MAX > Mediation > Manage > Ad Units
,然后选择 Custom Network (SDK) - CustomSDK
,并设置相应的 App ID 和 Placement ID(这两个是必填项)。
第3步、在项目中集成 Adapter
- 正常集成 iOS TradPlus SDK(打包平台)。
- 将 ALMCMediationAdapter.framework v1.0.2 集成到 Xcode 项目中。
历史版本:
注:TradPlus 后台的原生广告位中不要配置非自渲染类型。