HyBid - iOS Google Mobile Ads Adapter (Header Bidding & Mediation)
Header Bidding & Mediation 适配器,与 Google Mobile Ads iOS SDK 结合使用,在 iOS 设备上投放 HyBid 广告。
如果您想通过 Google Mobile Ads 在您的 iOS 应用程序中显示 HyBid 广告,您就来到了正确的位置。
要求
功能
- 显示 HyBid 广告
安装
CocoaPods
如果你的项目是通过 CocoaPods 来管理依赖,你只需在你的 Podfile
中添加这个库。
它将安装 HyBid Adapters,以及 HyBid iOS SDK 和 Google Mobile Ads iOS SDK(如果尚未安装)。
- 在你的 Podfile 中添加名为
GoogleMobileAds-HyBid-Adapters
的库
platform :ios, '10.0'
pod 'GoogleMobileAds-HyBid-Adapters', '2.19.0.1'
- 运行
pod install --repo-update
以在你的项目中安装库。 - 使用 HyBid 设置指南 将 HyBid iOS SDK 的最新版本集成到你的项目中。
- 如有需要,在你的应用中实现 Google Mobile Ads iOS SDK,用于 GAM (DFP) 或 GAD (AdMob)。
- 根据你的需要,使用 头唤醒 和/或 中介 页面来定义自定义事件,完成集成。
- 大功告成。
手动
- 使用 HyBid 设置指南 将 HyBid iOS SDK 的最新版本集成到你的项目中。
- 如有需要,在你的应用中实现 Google Mobile Ads iOS SDK,用于 GAM (DFP) 或 GAD (AdMob)。
- 下载所需的版本 Google Mobile Ads HyBid Adapters。
- 将适配器文件拖放到你的 iOS 项目中。
- 根据你的需要,使用 头唤醒 和/或 中介 页面来定义自定义事件,完成集成。
- 大功告成。
集成文档
集成说明可在HyBid iOS SDK 文档的GitHub Wiki页面上找到。