Max Aggregation

Preparation before access

1.Register an Applovin platform account

2.Read Applovin's documentation on creating a custom Network

3.Complete the creation of BeesAds media according to the following parameters

Custom Network Name

BeesAds

Android / Fire OS Adapter Class Name

com.beesads.mediation.adapters.applovin.ApplovinAdapter

The platform configuration is as shown below:

  1. Configure ad slots

  • For App ID, fill in the AppId registered on the BeesAds platform.

  • For Placement ID, fill in the platform’s ad id.

  • For Custom Parameters, currently not used, do not need to be filled in.

SDK Access

  1. Please complete the SDK quick access first

  2. In the application-level build.gradle file (usually app/build.gradle), complete our Applovin adapter access

dependencies {
    // bees applovin adapter
    implementation 'io.github.beesads:adapter-applovin:1.1.1'
    
    // applovin sdk
    implementation 'com.applovin:applovin-sdk:13.0.1'
}

Last updated