Enabling AppLovin
Supported ad formats
- Adaptive inline banner (Android)
- Adaptive sticky banner (Android)
- Interstitial ads
- Rewarded ads
Integration
Android
iOS
-
Set up mediation in the Yandex partner interface and other network interface.
-
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.
-
Set up mediation in the Yandex partner interface and other network interface.
-
To connect the library, add the dependency to the project's Podfile:
pod 'AppLovinYandexMobileAdsAdapters', '12.6.1.3'
Was the article helpful?
Previous
Next