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 minuteLast updated 6 hours ago
This guide will instruct you step-by-step on how to set BIGO Ads live as an ad network on Unity LevelPlay.
Prerequisites
Ensure that you correctly integrate Rewarded Video, Interstitial ads, or Banner ads into your application. Refer to the following platform-specific guides for integration instructions:Step 1. Create a BIGO Ads account
Create an account with BIGO Ads here.Step 2. Add your app in the** **BIGO Ads platform
- Log in to the BIGO Ads developer management platform.
- Go to Inventory and select Apps and Sites in the leftside navbar.
- Click the Add button.
- Enter your app's info, then click Submit.
Step 3. Create bidding slot
- Navigate to Inventory and select Ad Slots in the left sidebar.
- Click the Add button
- Select your App and Ad Format.
- Enter your Ad Slot Name.
- Under Auction Type, select Server Bidding.
- Click Submit
BIGO Ads Parameter | Description |
---|---|
App ID | The unique ID of your app in the BIGO Ads platform |
Ad Slot ID | The unique ID of your ad placement in BIGO Ads platform |
-
To locate your app and copy the App ID for your app:
- On the BIGO Ads dashboard, click Apps and Sites
- Locate your Ad Slot ID by going to BIGO Ads dashboard and clicking Ad Slot in the left side nav bar
Step 4. Activate BIGO Ads on the LevelPlay platform
- Log into your LevelPlay account and go to the LevelPlay side nav bar > Setup > Networks
- Locate BIGO Ads from the list of available ad networks and click Setup.Then enter the relevant information
- Next, go to the Instances page, select the app on which you’d like to run Unity LevelPlay’s Mediation with BIGO Ads bidding.
- Select BIGO Ads and enter the relevant information for Interstitial, Rewarded, Banner, and Native settings. Then click Save.
Step 5. Add the** BIGO Ads **Adapter to Your Build
Unity LevelPlay supports both Gradle dependencies and manual download mechanisms.Gradle
-
Make sure the following Maven URL exists in your build.gradle script of your app module.
repositories { mavenCentral() }
- Add the adapter's Maven name to your build.gradle script of your app module.
You can now deliver BIGO Ads within your application.dependencies { implementation 'com.unity3d.ads-mediation:bigo-adapter:4.3.10' implementation 'com.bigossp:bigo-ads:5.4.0' }