Integrating the BIGO Ads

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-bigoads:5.7.0.3'
    

To work with BIGO Ads, add the BigoADSYandexMobileAdsAdapters library.

The BigoADSYandexMobileAdsAdapters 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 'BigoADSYandexMobileAdsAdapters', '5.0.6.4'
    
Previous