Skip to content

Commit

Permalink
Merge pull request #4 from yandexmobile/release-0.6.0
Browse files Browse the repository at this point in the history
release 0.6.0
  • Loading branch information
mobile-ads-github authored Oct 1, 2020
2 parents 258b1cb + 6d565bd commit 10ce3f4
Show file tree
Hide file tree
Showing 35 changed files with 149 additions and 21 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android SDK version 3.0.0
* Supported iOS SDK version 2.20.0
* Improvements and optimizations

## Version 0.5.0

#### Updated
* Supported Android SDK version 2.160
* Supported iOS SDK version 2.16.0
* Support sticky and flexible banner formats
* Support sticky and flexible banner sizes

## Version 0.4.0

Expand Down
44 changes: 24 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EULA is available at [EULA website][LICENSE]

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

5. Add [Metrica Unity plugin](https://tech.yandex.com/appmetrica/doc/mobile-sdk-dg/concepts/unity-plugin-docpage/) to the project, only if you use `yandex-mobileads-<version>.unitypackage`.
5. Add [Metrica Unity plugin](https://yandex.com/dev/appmetrica/doc/mobile-sdk-dg/concepts/unity-plugin-docpage/) to the project, only if you use `yandex-mobileads-<version>.unitypackage`.

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

Expand All @@ -32,7 +32,7 @@ Third-party networks can be connected to Yandex Mobile Ads Mediation by several

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

3. Set up meditation according to [AdFox documentation](https://tech.yandex.com/mobile-ads/doc/dg/ios/adfox/my-target-adfox-docpage/)
3. Set up meditation according to [AdFox documentation](https://yandex.com/dev/mobile-ads/doc/plugins/unity/mob-mediation/list-network-docpage/)

## Third-party mediation

Expand All @@ -42,37 +42,41 @@ Third-party networks can be connected to Yandex Mobile Ads Mediation by several

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

3. 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](apps.admob.com).
3. 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](https://apps.admob.com).

For more information, please visit [AdMob documentation](https://tech.yandex.com/mobile-ads/doc/dg/android/quick-start/admob-adapter-docpage/#setting)
For more information, please visit our:
* [Android AdMob setup documentation](https://yandex.com/dev/mobile-ads/doc/android/adapters/admob-adapter-docpage/#setting)
* [iOS AdMob setup documentation](https://yandex.com/dev/mobile-ads/doc/ios/adapters/admob-adapter-docpage/#setting)

### MoPub

1. Integrate [MoPub](https://developers.mopub.com/docs/unity)

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

3. Get the Block ID in the Yandex Partner interface for each Ad Unit created in MoPub. Then set up mediation in [the MoPub web interface](app.mopub.com).
3. Get the Block ID in the Yandex Partner interface for each Ad Unit created in MoPub. Then set up mediation in [the MoPub web interface](https://app.mopub.com).

For more information, please visit [MoPub documentation](https://tech.yandex.com/mobile-ads/doc/dg/android/quick-start/mopub-adapter-docpage/)
For more information, please visit our:
* [Android MoPub setup documentation](https://yandex.com/dev/mobile-ads/doc/android/adapters/mopub-adapter-docpage/#setting)
* [iOS MoPub setup documentation](https://yandex.com/dev/mobile-ads/doc/ios/adapters/mopub-adapter-docpage/#setting)

## Unity packages

| Package | Description |
| --- | --- |
| yandex-mobileads-0.5.0 | Main Yandex Mobile Ads package |
| yandex-mobileads-lite-0.5.0 | Main Yandex Mobile Ads package distributed for using with [Google resolver]|
| mobileads-admob-mediation-0.5.0 | AdMob mediation |
| mobileads-applovin-mediation-0.2.0 | AppLovin mediation |
| mobileads-facebook-mediation-0.5.0 | Facebook mediation |
| mobileads-ironsource-mediation-0.2.0 | IronSource mediation |
| mobileads-mytarget-mediation-0.5.0 | MyTarget mediation |
| mobileads-mopub-mediation-0.5.0 | MoPub mediation |
| mobileads-startapp-mediation-0.5.0 | StartApp mediation |
| mobileads-unityads-mediation-0.5.0 | UnityAds mediation |
| admob-mobileads-mediation-0.5.0 | Third-party mediation with AdMob |
| mopub-mobileads-mediation-0.5.0 | Third-party mediation with MoPub |
| yandex-mobileads-0.6.0 | Main Yandex Mobile Ads package |
| yandex-mobileads-lite-0.6.0 | Main Yandex Mobile Ads package distributed for using with [Google resolver]|
| mobileads-admob-mediation-0.6.0 | AdMob mediation |
| mobileads-applovin-mediation-0.3.0 | AppLovin mediation |
| mobileads-facebook-mediation-0.6.0 | Facebook mediation |
| mobileads-ironsource-mediation-0.3.0 | IronSource mediation |
| mobileads-mytarget-mediation-0.6.0 | MyTarget mediation |
| mobileads-mopub-mediation-0.6.0 | MoPub mediation |
| mobileads-startapp-mediation-0.6.0 | StartApp mediation |
| mobileads-unityads-mediation-0.6.0 | UnityAds mediation |
| admob-mobileads-mediation-0.6.0 | Third-party mediation with AdMob |
| mopub-mobileads-mediation-0.6.0 | Third-party mediation with MoPub |

[Google resolver]: https://github.com/googlesamples/unity-jar-resolver
[DOCUMENTATION]: https://tech.yandex.com/mobile-ads/
[LICENSE]: https://legal.yandex.com/partner_ch/
[DOCUMENTATION]: https://yandex.com/dev/mobile-ads/
[LICENSE]: https://legal.yandex.com/partner_ch/
10 changes: 10 additions & 0 deletions mobileads-mediation/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android AdMob adapter version version 1.14.0
* Supported Android Google Mobile Ads SDK version 19.3.0
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS AdMob adapter version 0.17.0
* Supported iOS Google Mobile Ads SDK version 7.64.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.3.0

#### Updated
* Supported Android AppLovin adapter version 0.7.0
* Supported Android AppLovin SDK version 9.13.1
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS AppLovin adapter version 0.10.0
* Supported iOS AppLovin SDK version 6.13.4
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.2.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/facebook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android Facebook adapter version 1.11.0
* Supported Android Audience Network SDK version 6.0.0
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS Facebook adapter version 0.13.0
* Supported iOS Audience Network SDK version 5.9.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.3.0

#### Updated
* Supported Android IronSource adapter version 0.8.0
* Supported Android IronSource SDK version 7.0.1.1
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS IronSource adapter version 0.12.0
* Supported iOS IronSource SDK version 7.0.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.2.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/mopub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android MoPub adapter version 1.8.0
* Supported Android MoPub SDK version 5.13.1
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS MoPub adapter version 0.12.0
* Supported iOS MoPub SDK version 5.13.1
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/mytarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android MyTarget adapter version 1.10.0
* Supported Android MyTarget SDK version 5.9.1
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS MyTarget adapter version 0.13.0
* Supported iOS MyTarget SDK version 5.7.5
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/startapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android StartApp adapter version 1.9.0
* Supported Android StartApp SDK version 4.6.0
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS StartApp adapter version 0.11.0
* Supported iOS StartApp SDK version 4.5.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions mobileads-mediation/unityads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android UnityAds adapter version 1.3.0
* Supported Android UnityAds SDK version 3.4.0
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported iOS UnityAds adapter version 0.10.0
* Supported iOS UnityAds SDK version 3.4.8
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions third-party-networks-mediation/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported Android Play Services Ads SDK version 19.3.0
* Supported Android AdMob adapter version 0.6.0
* Supported iOS AdMob adapter version 0.10.0
* Supported iOS Google Mobile Ads SDK version 7.64.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
* Supported Android Yandex Mobile Ads SDK version 2.160
* Supported Android AppMetrica SDK version 3.14.3
* Supported Android AdMob adapter version 0.4.0
* Supported iOS AdMob adapter version 0.6.0
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions third-party-networks-mediation/mopub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

## Version 0.6.0

#### Updated
* Supported Android MoPub adapter version 0.3.0
* Supported Android Yandex Mobile Ads SDK version 3.0.0
* Supported Android MoPub SDK version 5.13.1
* Supported iOS MoPub adapter version 0.13.0
* Supported iOS MoPub SDK version 5.13.0
* Supported iOS Yandex Mobile Ads SDK version 2.20.0

## Version 0.5.0

#### Updated
* Supported Android Yandex Mobile Ads SDK version 2.160
* Supported Android AppMetrica SDK version 3.14.3
* Supported iOS MoPub adapter version 0.9.0
Binary file not shown.

0 comments on commit 10ce3f4

Please sign in to comment.