Skip to main content

Bidding Adapter

BidMachine bidding adapter allows you to use the BidMachine ad platform within your existing AppLovin MAX mediation. BidMachine supports banners, MRECs, interstitials and rewarded videos.

How to Enable BidMachine in AppLovin MAX

Add the BidMachine Bidding Adapter to Your Build

Android

info

Min Android SDK version - 21 (5.0 Lollipop)

To integrate the BidMachine SDK with Gradle, make sure the following Maven URL exists in your build.gradle

build.gradle
repositories {
mavenCentral()
maven { url "https://artifactory.bidmachine.io/bidmachine" }
}

In your build.gradle file add the following dependency which includes the BidMachine adapter for use within AppLovin MAX mediation platform:

build.gradle
dependencies {
implementation 'com.applovin:applovin-sdk:+'
implementation 'com.applovin.mediation:bidmachine-adapter:+'
}

iOS

info

IOS deployment target 13.0 or above, XCode 14.3.1 or above.

You can download the SDK through CocoaPods as a dependency.

In your Podfile file add the following dependency which includes the BidMachine adapter for use within AppLovin MAX mediation platform:

Podfile
pod 'AppLovinMediationBidMachineAdapter', '~> 3.2'

Privacy settings

Local Storage Support

SDK automatically retrieves CCPA string from UserDefaults/SharedPreferences.

If you would like to pass CCPA string according to IAB standards, please add it in UserDefaults/SharedPreferences by use any iAB certified CMP platform. More information here.

Also, SDK automatically retrieves GPP from UserDefaults/SharedPreferences. If you would like to pass GPP according to IAB standards, please add it in UserDefaults/SharedPreferences. More information here and here.