AppLovin migration guide from Waterfall to Open Bidding
Switch to bidding for Yandex Advertising Network in MAX
Starting April 7, 2025, Yandex will only work through bidding in AppLovin MAX mediation. To prevent potential revenue loss, switch your projects to bidding before this date.
AppLovin interface
-
Log into your AppLovin account and go to MAX → Manage → Ad Units.
-
Disable the Ad units with a custom Yandex adapter.
-
Create a new Ad Unit.
-
Select Yandex from the Bidder Networks list.
-
Click the Status bar to activate the network.
-
Specify the Ad Unit ID from the Yandex Advertising Network interface.
To test the display, use demo Ad Unit Id:
-
Banner format:
demo-banner-yandex
. -
Interstitial format:
demo-interstitial-yandex
. -
Rewarded format:
demo-rewarded-yandex
.
-
-
Click Save. This enables Yandex in the participating networks list for this ad unit.
Android setup
Gradle
Replace the existing dependency with the adapter’s Maven name in your build.gradle script of your app module:
// Remove the existing implementation line for the old dependency
// implementation 'com.yandex.ads.adapter:applovin-mobileads:versionNumber'
// Add the new dependency implementation
implementation 'com.applovin:applovin-sdk:+'
implementation 'com.applovin.mediation:yandex-adapter:+'