Integrate YSO Network with LevelPlay
Learn how to integrate YSO Network with your LevelPlay-enabled iOS app.
읽는 시간 2분최근 업데이트: 4일 전
This guide explains how to integrate YSO Network with your LevelPlay-enabled iOS app. It walks through account creation, app setup, and placement configuration in the YSO Network dashboard.
Topic | Description |
|---|---|
| Create a YSO Network account | Set up your YSO Network publisher profile |
| Create an app and placements | Add your app and configure monetization |
| Activate YSO Ads on the LevelPlay platform | Configure YSO in LevelPlay and enable for your app |
| Add the YSO Ads Adapter to your build | Add the YSO adapter via Cocoapods or manual download |
Prerequisites
- Make sure you have correctly integrated LevelPlay's Rewarded, Interstitial, or Banner into your application.
- Make sure you can access the YSO Network dashboard and your LevelPlay project in the Unity Dashboard. You must also have an iOS app ready to configure.
Create a YSO Network account
Start by creating a YSO Network account. This gives you access to the dashboard where you configure your apps and placements.- Go to the YSO Network website.
- Register for a YSO Network account.
- Wait for your account approval from your YSO account manager.
- Sign in to the YSO Network dashboard.
Create an app and placements
You must add your iOS app and create placements in the YSO Network dashboard before integrating with LevelPlay.Add your app
- Log in to the YSO Network dashboard.
- Select Applications from the top menu bar.
- Click the plus (+) button.
- Enter your app information on the Applications > New page:
- Enter the app name
- Provide the bundle ID
- Select the platform
- Click Create to add your app.
Create ad placements
- Select Publishing from the menu.
- Click the plus (+) button.
- Set the placement details:
- Name: Enter a placement name
- Application: Select your iOS app
- Type: Choose the ad format
- Click Create.
Activate YSO Ads on the LevelPlay platform
After creating your app and placements in the YSO Network dashboard, activate YSO Ads in LevelPlay:- Log in to your LevelPlay account and go to the LevelPlay side bar Setup > Networks.
- Locate YSO Ads from the list of available ad networks and click Setup. Enter the relevant information.
- Go to the Instances page and select the app on which you want to run Unity LevelPlay Mediation with YSO Ads bidding.
- Select YSO Ads and enter the relevant information for Interstitial, Rewarded, Banner, and Native settings. Then click Save.
Add the YSO Ads Adapter to your build
LevelPlay SDK supports both Cocoapods and Manual download mechanisms.Cocoapods
To integrate the YSO Ads SDK with Cocoapods, add the following line to your Podfile and runpod installpod 'IronSourceYSOAdapter','5.0.0'