yandexmobile / yandex-ads-unity-plugin

Yandex Mobile Ads Unity Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yandex Mobile Ads Unity Plugin

This repository contains Yandex Mobile Ads Unity plugin. This plugin allows Unity developers to easily integrate Yandex Mobile Ads on Android and iOS apps.

Documentation

Documentation could be found at the official website

License

EULA is available at EULA website

Quick start

  1. To use Yandex Mobile Ads Unity plugin in your project download folder mobileads-unity-plugin

  2. Open your project in the Unity editor

  3. Select Assets > Import Package > Custom Package and find the yandex-mobileads-lite-<version>.unitypackage file.

  4. Make sure all of the files are selected and click Import.

  5. Add Google resolver to your project, if you haven't done it yet. Resolve dependencies.

  6. You can use one of demo scripts in folder samples to test plugin. Just add one of this files to your project.

Yandex Mobile Ads Mediation

Third-party networks can be connected to Yandex Mobile Ads Mediation by several steps:

  1. Import yandex-mobileads-lite-<version>.unitypackage to your project

  2. Import unity package of the desired third-party network

  3. Add Google resolver to your project, if you haven't done it yet. Resolve dependencies.

  4. Set up mediation according to AdFox documentation

Third-party mediation

AdMob

  1. Integrate AdMob

  2. Import package admob-mobileads-mediation-<version>.unitypackage from folder third-party-networks-mediation

  3. Add Google resolver to your project, if you haven't done it yet. Resolve dependencies.

  4. Get the Block ID in the Yandex Partner interface for each Ad Unit created in AdMob. Then set up mediation in the AdMob web interface.

    For more information, please visit our:

IronSource

  1. Integrate IronSource

  2. Import package ironsource-mobileads-mediation-<version>.unitypackage from folder third-party-networks-mediation

  3. Add Google resolver to your project, if you haven't done it yet. Resolve dependencies.

  4. Get the Block ID in the Yandex Partner interface for each ad placement configured in Ironsource. Then set up mediation in the Ironsource web interface.

    For more information, please visit our:

Unity packages

Package Description
yandex-mobileads-lite-7.0.1 Main Yandex Mobile Ads package distributed for use with Google resolver
yandex-mobileads-mediation-7.0.1 Main Mobile Ads Mediation package distributed for use with Google resolver
mobileads-adcolony-mediation-7.0.1 AdColony mediation (Supported only by android)
mobileads-google-mediation-7.0.1 Admob mediation
mobileads-applovin-mediation-7.0.1 AppLovin mediation
mobileads-chartboost-mediation-7.0.1 Chartboost mediation (Supported only by android)
mobileads-bigoads-mediation-7.0.1 BigoAds mediation (Supported only by android)
mobileads-inmobi-mediation-7.0.1 Inmobi mediation
mobileads-ironsource-mediation-7.0.1 IronSource mediation
mobileads-mintegral-mediation-7.0.1 Mintegral mediation
mobileads-mytarget-mediation-7.0.1 MyTarget mediation
mobileads-pangle-mediation-7.0.1 Pangle mediation (Supported only by android)
mobileads-startapp-mediation-7.0.1 StartApp mediation (Supported only by android)
mobileads-tapjoy-mediation-7.0.1 Tapjoy mediation (Supported only by android)
mobileads-unityads-mediation-7.0.1 UnityAds mediation
mobileads-vungle-mediation-7.0.1 Vungle mediation (Supported only by android)
admob-mobileads-mediation-7.0.1 Third-party mediation with AdMob
ironsource-mobileads-mediation-7.0.1 Third-party mediation with IronSource

About

Yandex Mobile Ads Unity Plugin

License:Other