Header Bidding & Mediation adapters to be used in conjunction with Google Mobile Ads iOS SDK to deliver HyBid Ads on iOS devices.
If you want to display HyBid Ads in your iOS application through Google Mobile Ads, you’re at the right place.
- Displaying HyBid Ads
If your project is managing dependencies through CocoaPods, you just need to add this pod in your Podfile
.
It will install HyBid Adapters, as well as HyBid iOS SDK and Google Mobile Ads iOS SDK (If not installed already).
- Add pod named
GoogleMobileAds-HyBid-Adapters
in your Podfile:
platform :ios, '12.0'
pod 'GoogleMobileAds-HyBid-Adapters', '3.1.3.0'
- Run
pod install --repo-update
to install the pod in your project. - Integrate latest version of HyBid iOS SDK to your project using HyBid Setup Guide.
- If needed, implement Google Mobile Ads iOS SDK, for GAM (DFP) and/or GAD (AdMob) in your application.
- Based on your needs, define custom events using Header Bidding and/or Mediation pages to finish the integration.
- You’re done.
- Integrate latest version of HyBid iOS SDK to your project using HyBid Setup Guide.
- If needed, implement Google Mobile Ads iOS SDK, for GAM (DFP) and/or GAD (AdMob) in your application.
- Download the desired release of Google Mobile Ads HyBid Adapters.
- Drag & Drop adapter files in your iOS project.
- Based on your needs, define custom events using Header Bidding and/or Mediation pages to finish the integration.
- You’re done.
Integration instructions are available on HyBid iOS SDK Documentation GitHub Wiki page.