Adapter Bidding/Waterfall
This guide shows you how to integrate the official BidMachine adapter for Google AdMob on iOS.
Waterfall Integration BETA
Waterfall integration is currently in beta. Please contact your BidMachine account manager for setup assistance and access.
Import the BidMachine SDK and Adapter
Version Compatibility
Failure to integrate the compatible BidMachine SDK and Google Mobile Ads SDK versions might lead to build issues.
- Swift Package Manager
- CocoaPods
- Manual Integration
Requires minimum adapter version 3.6.0.0.
- In Xcode, select File > Add Package Dependencies...
- Enter this package URL:
https://github.com/googleads/googleads-mobile-ios-mediation-bidmachine.git - Set Dependency Rule to Branch
- Enter
mainin the text field
Add this line to your Podfile:
Podfile
pod 'GoogleMobileAdsMediationBidMachine'
Run:
pod install --repo-update
- Download the latest BidMachine SDK for iOS and link all
.xcframeworkfiles and bundles - Download the latest BidMachine adapter from the Changelog section and link
BidMachineAdapter.xcframeworkin your project
Additional Configuration
For complete console setup and integration instructions, see the AdMob Console Setup (Official) page.