Enabling Liftoff (ex. Vungle)
Supported ad formats
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.7.0' implementation 'com.yandex.ads.mediation:mobileads-vungle:7.4.1.1'
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 Liftoff (ex. Vungle), add the VungleYandexMobileAdsAdapters
library.
The VungleYandexMobileAdsAdapters
library has been adapted to work with the CocoaPods dependency management system and support static integration.
-
Configure mediation in the YAN Partner interface and your advertising network account.
-
To connect the library, add the dependency to the project's Podfile:
pod 'VungleYandexMobileAdsAdapters', '7.4.1.4'