Android
Including the AdMob/GAM Adapter for Android into your app
Ensure that Maven Central is included in your repositories:
repositories {
// [... other project repos]
mavenCentral()
}
Update your dependencies to include the latest MobileFuse AppLovin Adapter:
dependencies {
// [... other project dependencies]
implementation 'com.mobilefuse.sdk:mobilefuse-adapter-admob:<<adapterVersionAdmobAndroid>>'
}
Set up data privacy preferences
To best monetize your traffic, set up the data privacy preferences for your users by following the integration guide:
Updated almost 2 years ago