Skip to content

smartadserver/Equativ-AppLovin-MAX-Mediation-Adapter-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Equativ - AppLovin MAX SDK Adapter

Introduction

The Smart Display SDK can be used through AppLovin MAX using the adapter provided in this repository for banner, interstitial, rewarded video and native-ad. This adapter is compatible with:

  • Smart Display SDK v7.21+
  • AppLovin MAX SDK v11.9.0

Setup

  1. Install the AppLovin MAX SDK according to the official documentation https://dash.applovin.com/documentation/mediation/android/getting-started/integration.

  2. Install the Smart Display SDK by adding the smart-display-sdk dependency to your gradle file (more info in the documentation).

  3. Checkout this repository and copy the EquativMediationAdapter.java class into your Android project. Keep the whole folders structure to be sure to validate the package name of the class.

  4. In your AppLovin MAX interface, create a custom network to be able to target this mediation adapter. The AppLovin MAX documentation about custom adapters can be found here, and custom adapter can be created here.

In this custom network settings interface, you need to setup 4 parameters:

  • Network Type: SDK.
  • Custom Network Name: Equativ (This parameter is not critical, you can name it differently, but be sure to name it well to have an accurate reporting by AppLovin MAX).
  • iOS Adapter Class Name: If you want to do mediation through AppLovin MAX for iOS also, please have a look to this repository.
  • Android / Fire OS Adapter Class Name: com.applovin.mediation.adapters.EquativMediationAdapter
  1. To deliver Equativ ads on your AppLovin MAX ad units, you will have to activate the network named Equativ in the Custom Network section.

In this custom network activation interface, there are several parameters:

  • Status: to activate.
  • App ID (optional): Not applicable. Will be ignored.
  • Placement ID: set your Equativ IDs concatenated as a string using slash separator [siteID]/[pageID]/[formatID]/[targeting string]. Note that the targeting string is optional, therefore both of the following example are valid: 123/456/789/targeting=true, 123/456/879.
  • Custom Parameters: Not applicable. Will be ignored.
  • CMP Price: To be set according to your needs and to validate with your account manager.
  • Country targeting: To be set according to your needs.

More infos

You can find more informations about the Smart Display SDK and the AppLovin MAX SDK in the official documentation:

https://documentation.smartadserver.com/displaySDK

https://dash.applovin.com/documentation/mediation/max/get-started-with-max