Перейти к файлу
jenkins 6250df7908 Yandex/5.9.0.0 2023-06-27 10:22:28 -07:00
.github/ISSUE_TEMPLATE
AdColony AdColony/4.8.0.4 2023-04-07 10:11:20 -07:00
AmazonAdMarketplace AmazonAdMarketplace/9.8.2.0 (#517) 2023-06-13 16:44:08 -07:00
AppLovin MAX Demo App - Java Add RecyclerView dependency for ad placer to demo apps 2023-03-02 12:43:36 -08:00
AppLovin MAX Demo App - Kotlin Add RecyclerView dependency for ad placer to demo apps 2023-03-02 12:43:36 -08:00
BidMachine BidMachine/2.2.0.1 2023-05-22 23:47:57 -07:00
ByteDance ByteDance/5.2.0.7.0 2023-06-14 11:21:20 -07:00
Chartboost Chartboost/9.3.1.0 2023-05-25 09:03:33 -07:00
Criteo feat/add_min_sdk 2023-03-16 14:31:15 -07:00
Custom Adapters Ref/Remove_Tappx_Adapter 2023-05-12 12:17:23 -07:00
Facebook Facebook/6.14.0.0 2023-04-21 12:03:21 -07:00
Fyber Fyber/8.2.3.3 2023-06-15 13:48:13 -07:00
Google Google/22.1.0.4 2023-06-24 01:23:14 -07:00
GoogleAdManager GoogleAdManager/22.1.0.3 2023-06-24 01:27:32 -07:00
HyprMX HyprMX/6.2.0.1 2023-06-12 17:03:56 -07:00
InMobi InMobi/10.1.4.1 2023-05-24 11:15:27 -07:00
IronSource IronSource/7.3.1.0.0 2023-06-12 14:59:05 -07:00
Line Line/2023.6.7.0 2023-06-10 21:43:31 -07:00
Maio
Mintegral Mintegral/16.4.61.0 2023-06-07 06:04:24 -07:00
MobileFuse MobileFuse/1.5.2.0 2023-06-13 12:05:12 -07:00
MyTarget MyTarget/5.16.5.0 2023-05-16 03:03:40 -07:00
Nend Nend/9.0.1.0 2023-04-06 21:03:47 -07:00
OguryPresage OguryPresage/5.5.0.2 2023-04-07 12:15:45 -07:00
Smaato Smaato/22.2.0.0 2023-06-22 12:04:01 -07:00
Tapjoy Tapjoy/13.0.1.0 2023-04-18 12:04:50 -07:00
UnityAds UnityAds/4.7.1.0 2023-05-16 20:17:26 -07:00
Verve Verve/2.18.1.1 2023-05-25 16:44:28 -07:00
Vungle Vungle/6.12.1.1 2023-03-02 09:50:56 -08:00
Yandex Yandex/5.9.0.0 2023-06-27 10:22:28 -07:00
.gitignore
LICENSE.md
README.md Update README.md (#458) 2023-02-10 12:20:06 -08:00
THIRD PARTY NOTICES.md

README.md

AppLovin MAX SDK

Overview

MAX is AppLovin's in-app monetization solution.

Move beyond the traditional monetization solution and integrate MAX. MAX is a single unbiased auction where advertisers get equal access to all ad inventory and bid simultaneously, which drives more competition and higher CPMs for you. You can read more about it here.

Please check out our documentation to get started on integrating and enabling mediated networks using our guides.

Demo Apps

To get started with the demo apps, follow the instructions below:

  1. Open your desired project in Android Studio: DemoApp-Java or DemoApp-Kotlin.
  2. Verify that the dependency implementation 'com.applovin:applovin-sdk:+' is included in your build.gradle (Module: app).
  3. Update the applovin.sdk.key value in AndroidManifest.xml file with your AppLovin SDK key associated with your account.
  4. Update the package with your own unique identifier associated with the application you will create (or already created, if it is an existing app) in the MAX dashboard in your build.gradle (Module: app).
  5. Update the unique MAX ad unit id value within each ad's activity code. Each ad format will correspond to a unique MAX ad unit ID you created in the AppLovin dashboard for the package used before.

Error Codes

Code Description
-1 Indicates an unspecified error with one of the mediated network SDKs.
204 Indicates that no ads are currently eligible for your device.
-102 Indicates that the ad request timed out (usually due to poor connectivity).
-103 Indicates that the device is not connected to the internet (e.g. airplane mode).
-2051 Indicates that the device is not connected to a VPN or the VPN connection is not working properly (Users in China Only).
-5001 Indicates that the ad failed to load due to various reasons (such as no networks being able to fill).
-5201 Indicates an internal state error with the AppLovin MAX SDK.
-5601 Indicates the provided Activity instance has been garbage collected while the AppLovin MAX SDK attempts to re-load an expired ad.

Support

For feature requests, improvements, questions or any other integration issues using MAX Mediation by AppLovin, contact us via our support page https://monetization-support.applovin.com/hc/en-us.