Ad Source Details:
Ad Source: | |
Ad Formats Supported:
|
aerWall |
Ad Type: | Interstitial Video |
Ad Source Type: | SDK Adapter |
Website: | https://unity3d.com/services/ads |
Sign Up Page: | https://unityads.unity3d.com/admin/#/signup |
Support Page: | unityads-support@unity3d.com |
Step 1: Adding an Ad source
- Click the Ad Sources tab
- Click the + button to add an ad source
Step 2: Fill in the Unity Ads info
- Enter a Name for the ad source (example: Unity Android Interstitial)
- Select Unity in the dropdown box
- Select Ad type: Interstitial HTML for Interstitial Ads
- Enter the required UnityGameID (example: 69658)
- Enter the UnityZoneId - Zone ID (defaults to default zone): Zone ID is created when creating your ad placement in the Unity Ads Platform (example: videoZoneId)
- Enter the optional UnityTestMode (Yes or No) - Use this to verify integration with Unity test ads
- Enter the estimated CPM
- Select desired Placement
- Set Priority
- Select Countries targeting
- Select Device targeting
- Click Save
Step 3: Locating the Unity Game and Zone ID
- Log on to the Unity Ads Developer account and click the Games menu
- Click the Monetization Settings Tab
- Game ID: Created when you added your app (example: 69658)
- Zone ID: Created when you ad your ad placement. Leaving blank will default to defaultzone (example: videoZoneID)
- Optional Test Mode (Client Setting)
Android
AerServ SDK |
Step 1. Locate the UnityAds files inside network-support/Unity/
Step 2. Add unity-ads.aar
to your app's lib folder, i.e. [Project Name]/app/libs
Step 3. Add the following settings inside your application's build.gradle
:
dependencies { compile 'com.android.support:appcompat-v7:25.3.1' compile(name:'unity-ads', ext:'ext') }
iOS
AerServ SDK |
Step 1. Add the Unity Ads SDK in the folder network-support/AdColony/AdColony.framework
into your project frameworks.
Add the following libraries and frameworks to Target > Build Phases > Link Binary With Libraries:
UnityAds.framework
Comments