Skip to content

Applovin Unity waterfall integration

Eros edited this page Sep 30, 2024 · 6 revisions

For the integration of Applovin on Unity, follow their documentation:

https://dash.applovin.com/documentation/mediation/unity/getting-started/integration

Once this is done, and the placements are already existing, the following is required: Add the HyBid SDK and the Applovin Adapter to your dependencies, within AndroidPackages:

<androidPackage spec="net.pubnative:hybid.adapters.applovin:3.1.0.0"/>
<androidPackage spec="net.pubnative:hybid.sdk:3.1.0"/>
<repositories>
    <repository>https://verve.jfrog.io/artifactory/verve-gradle-release</repository>
</repositories>

The steps required to be done on the Applovin MAX Dashboard can be found here:

https://github.com/pubnative/pubnative-hybid-android-sdk/wiki/AppLovin-MAX-Mediation#custom-sdk-network-integration-guide-for-waterfall-mediation

Once this is done, just use the desired ad units in your already set ad placements in Unity.

Clone this wiki locally