Integrating the IronSource
Supported ad formats
Integration
Android
iOS
-
Configure mediation in the Boost interface and your advertising network account.
-
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-ironsource:9.2.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 IronSource, add the IronSourceYandexMobileAdsAdapters library.
The IronSourceYandexMobileAdsAdapters 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 'IronSourceYandexMobileAdsAdapters', '8.0.7.4'