To install or upgrade the Amazon Publisher Services adapter, select Amazon > Manage SDKs from the Unity menu bar.
When the Amazon SDK Manager appears, click Install next to AppLovin MAX.
Initialize the Amazon SDK
The Amazon Publisher Services SDK requires that you initialize it outside of MAX SDK:
Load a Banner or MREC Ad from Amazon’s SDK
To integrate Amazon banner or MREC ads into MAX, you must load the Amazon ad first.
Before you create the MAX banner or MREC ad, pass the response object into MaxSdk.
You can do this by calling MaxSdk#SetBannerLocalExtraParameter() or MaxSdk#SetMRecLocalExtraParameter()
To integrate Amazon interstitial ads into MAX, you must load the Amazon ad first.
Before you create the MAX intersitital ad, pass the response object into MaxSdk.
You can do this by calling MaxSdk#SetInterstitialLocalExtraParameter()
To integrate Amazon rewarded video ads into MAX, you must load the Amazon ad first.
Before you load the MAX ad, pass the response object into MaxSdk.
You can do this by calling MaxSdk#SetRewardedAdLocalExtraParameter()
Testing Amazon Publisher Services
AppLovin recommends that you enable test mode for Amazon’s SDK.
When you do, you receive test ads.
Enable test mode with the following calls: