Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.58 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.58 KB

Yandex Advertising Network Mobile

This package contains Yandex Advertising Network Mobile SDK and source code of samples of SDK usage.

Documentation

Documentation could be found at the [official website] DOCUMENTATION

License

EULA is available at [EULA website] LICENSE

Quick start in Android Studio

1. Running Android Studio 1.0 or higher
2. Import one of example projects:
  • /Examples/AdMobBannerAdapterExample;
  • /Examples/AdMobInterstitialAdapterExample;
  • /Examples/AdMobNativeAdapterExample;
  • /Examples/AdMobRewardedAdapterExample;
  • /Examples/BannerExample;
  • /Examples/GdprExample;
  • /Examples/InterstitialExample;
  • /Examples/MobileMediationBannerExample;
  • /Examples/MobileMediationInterstitialExample;
  • /Examples/MobileMediationNativeExample;
  • /Examples/MobileMediationRewardedExample;
  • /Examples/MoPubBannerAdapterExample;
  • /Examples/MoPubInterstitialAdapterExample;
  • /Examples/MoPubNativeAdapterExample;
  • /Examples/MoPubRewardedAdapterExample;
  • /Examples/NativeAdUnitPagerExample;
  • /Examples/NativeExample;
  • /Examples/NativeTemplatesExample;
  • /Examples/NativeTemplatesRecyclerViewExample;
  • /Examples/RewardedExample;
  • /Examples/VastExample.
3. Build and run.

Integration

Configuring gradle

For the integration of YandexMobileAds SDK need:

1. compile AppMetrica SDK:
implementation 'com.yandex.android:mobmetricalib:3.14.3'
2. compile YandexMobileAds SDK:
implementation 'com.yandex.android:mobileads:3.1.1'