APS integration
Integrate Amazon Publisher Services (APS) as a mediation network in your React Native app using the LevelPlay SDK.
読み終わるまでの所要時間 2 分最終更新 3日前
Prerequisites
Amazon Publisher Services (APS) is an invitation-only program. To integrate APS, you will need to integrate and initialize both the LevelPlay SDK and APS SDK. Make sure you have correctly integrated LevelPlay's Rewarded Video, Interstitial, or Banner ads into your application.Create an APS Account
- Reach out to APS to set up your app's account. To create an APS account, go to the APS website, select the "contact us" button, and open a request.
- If your APS request is approved, you will receive an invitation link to sign up and create your account with APS.
- The above steps must be completed before you proceed to set up APS in LevelPlay.
Set Up Your Slots in APS Network
- Choose the right application from the apps menu and select setup
- Choose LevelPlay as your monetization service setup menu
- Add slots and define for each slot:
- Name
- Ad size
- Price points (auto/manual)
- Finish adding all slots and pick up your credentials:
- Get your app ID
- Download the price point CSV file
Activate APS Network
- When you have the credentials mentioned above, log in to your LevelPlay account and go to Monetize > Setup > SDK Networks
- Select APS from the table of Available Networks and select the Activate button

- Select APS from the list of ad networks and select Setup

- Enter your APS app ID and upload CSV file as is

Share APS Bid Info with LevelPlay Mediation Per Ad
Before loading each ad, call the APS API to get the load info that is required for LevelPlay SDK to load an ad. These are the required steps:- Load the APS ad request before each LevelPlay ad unit load.
- Call SetNetworkData to share the APS bid info with LevelPlay.
- Load the relevant ad unit using LevelPlay mediation APIs.