ドキュメント

サポート

LevelPlay SDK - React Native

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

  1. 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.
  2. If your APS request is approved, you will receive an invitation link to sign up and create your account with APS.
  3. The above steps must be completed before you proceed to set up APS in LevelPlay.

Set Up Your Slots in APS Network

  1. Choose the right application from the apps menu and select setup
  2. Choose LevelPlay as your monetization service setup menu
  3. Add slots and define for each slot:
    • Name
    • Ad size
    • Price points (auto/manual)
  4. Finish adding all slots and pick up your credentials:
    • Get your app ID
    • Download the price point CSV file

Activate APS Network

  1. When you have the credentials mentioned above, log in to your LevelPlay account and go to Monetize > Setup > SDK Networks
  2. Select APS from the table of Available Networks and select the Activate button
Step 3 - Select APS from networks list
  1. Select APS from the list of ad networks and select Setup
Step 3 - Setting up APS account dashboard
  1. Enter your APS app ID and upload CSV file as is
Step 3 - Upload CSV file

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:
  1. Load the APS ad request before each LevelPlay ad unit load.
  2. Call SetNetworkData to share the APS bid info with LevelPlay.
  3. Load the relevant ad unit using LevelPlay mediation APIs.
You're now ready to deliver APS demand within your application. Continue your integration using native adapters for Android and iOS.

Next steps

To leverage additional ad networks through LevelPlay, integrate the network adapters and follow our integration guides.