Integrating the Unity Ads
Supported ad formats
Integration
Android
iOS
-
Configure mediation in the Boost interface and your advertising network account.
-
Add dependencies to the
androidMain.dependenciesblock in thebuild.gradle.ktsfile at the app level:implementation("com.yandex.android:mobileads:8.3.0") implementation("com.yandex.ads.mediation:mobileads-unityads:4.17.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 Unity Ads, add the UnityAdsYandexMobileAdsAdapters library.
The UnityAdsYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and support static integration.
-
Configure mediation in the Boost interface and your advertising network account.
-
To connect the library, add the dependency to the project's Podfile:
pod 'UnityAdsYandexMobileAdsAdapters', '4.16.6.4'
Was the article helpful?
Previous