BIGO Ads integration

Integrate BIGO Ads with Unity LevelPlay by setting up your app and ad slots in the BIGO Ads platform, activating the network in the LevelPlay dashboard, and adding the necessary dependencies to your project.

Read time 1 minutes

Step 5. Add the** BIGO Ads **Adapter to Your Build

Unity LevelPlay supports both Gradle dependencies and manual download mechanisms.

Gradle

  1. Make sure the following Maven URL exists in your build.gradle script of your app module.

    repositories {
        mavenCentral()
    }
    
  2. Add the adapter's Maven name to your build.gradle script of your app module.

dependencies {
    implementation 'com.unity3d.ads-mediation:bigo-adapter:4.3.10'
    implementation 'com.bigossp:bigo-ads:5.4.0'
}

You can now deliver BIGO Ads within your application.