ドキュメント

サポート

LevelPlay SDK - Flutter

APS integration

Integrate Amazon Publisher Services (APS) as a mediation network in your Flutter app using the LevelPlay SDK.
読み終わるまでの所要時間 1 分最終更新 3日前

Amazon Publisher Services (APS) is an invitation-only program. To integrate the APS, you will need to integrate and initialize both the LevelPlay SDK and APS SDK. Make sure you perform the full integration flow as detailed below to display APS ads in 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

Inside the LevelPlay platform, access the SDK Networks setup to configure APS parameters into your LevelPlay account.
  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
  3. Select APS from the list of ad networks and select Setup.
  4. Enter your APS app ID and upload the 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:
  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.