SquareDash/Library/PackageCache/com.unity.services.mediation@1.0.5/README.md
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

2.3 KiB
Raw Permalink Blame History

About Unity Advertisement with Mediation

The Unity Advertisement with Mediation package (com.unity.services.mediation) offers a centralized way to implement mediation so you can monetize your app with both the Unity Ads network and multiple third-party ad networks.

This package provides:

  • Support in the Unity Editor to install, update, and manage your ad network adapters
  • APIs to load and display interstitial and rewarded ads in your app
  • Monetization strategies like mediation waterfalls to help maximize your ad revenue
  • Support to work with iOS and Android apps
  • Samples to help you get started

Requirements

Unity Advertisement with Mediation is compatible with Unity Editor versions 2019.4 and later.

Installing Unity Advertisement with Mediation

Open your Unity Editor and navigate to the Package Manager. Find the Advertisement with Mediation package and install it. Alternatively, add the package via a tgz file or from your disk if you downloaded it from the Unity Dashboard.

Using Unity Advertisement with Mediation

After installing the Advertisement with Mediation package, follow these steps to start using Unity Mediation:

  1. Create an organization in the Unity Dashboard.
  2. Contact your Unity representative to get access to Mediation in the dashboard.
  3. Select Unity Mediation as the Ads Provider for each project you want to set up to use Mediation.
  4. Set up your ad sources by configuring third-party ad networks in the Unity Dashboard.
  5. In your Unity project, go to Project Settings > Services > Mediation to open the Mediation Configuration page and install the ad network adapters for each ad source you configured in the Unity Dashboard. Then, open the Code Generator to select a platform and an ad unit to generate a sample code snippet. Copy the snippet and add it to your scene in the game objects monobehaviour to load and show an ad.

For more information, refer to the following docs: