Enabling AppLovin

Supported ad formats

Integration

  1. Set up mediation in the Yandex partner interface and other network interface.

  2. Add the dependencies to the build.gradle file at the app level:

    implementation 'com.yandex.android:mobileads:7.6.0'
    implementation 'com.yandex.ads.mediation:mobileads-applovin:12.6.0.3'
    

Note

To track app installations in mobile mediation you need to configure Info.plist for the adapter. Follow the ad network documentation.

To work with AppLovin, add the AppLovinYandexMobileAdsAdapters library.

The AppLovinYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and can be attached statically.

  1. Set up mediation in the Yandex partner interface and other network interface.

  2. To connect the library, add the dependency to the project's Podfile:

    pod 'AppLovinYandexMobileAdsAdapters', '12.6.1.3'