Integrating the Digital Turbine (ex. AdColony)

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-digitalturbine:8.4.3.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 Digital Turbine (ex. AdColony), add the AdColonyYandexMobileAdsAdapters library.

The AdColonyYandexMobileAdsAdapters 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 'DigitalTurbineYandexMobileAdsAdapters', '8.4.8.0'