Integrating the AppLovin

Supported ad formats

Integration

  1. Configure mediation in the Boost interface and your advertising network account.

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

    implementation 'com.yandex.android:mobileads:8.3.0'
    implementation 'com.yandex.ads.mediation:mobileads-applovin:13.6.3.0'
    

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 support static integration.

  1. Configure mediation in the Boost interface and your advertising network account.

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

    pod 'AppLovinYandexMobileAdsAdapters', '13.6.3.0'