Skip to content

vincentyao2016/mopub-vungle-android

Repository files navigation

Mopub Android Mediation with Vungle SDK

This is a sample project by using mediation Mopub include Ad-Network Vungle.

Goal

This project may help to reproduce issues and narrow down the root cause.

Getting Started

  • Download the Adapter Due to Vungle SDK Adapter is not on maven, you have to download the adapter and copy to the project's libs folder.

  • Input your ad unit ids

    Create a file adunits.xml under the folder inlucde the content below with your MoPub ids:

    <resources>
    <string name="ad_unit_id">Your_ad_unit_id</string>
    <string name="interstitial_placement_id">Your_interstitial_placement_id</string>
    <string name="reward_placement_id">Your_reward_placement_id</string>
    <string name="mrec_placement_id">Your_mrec_placement_id</string>
    <string name="banner_placement_id">Your_banner_placement_id</string>
    </resources>
    

For more details, please check Mopub integration document

https://developers.mopub.com/publishers/ios/integrate/

Tested Version

Mopub: 5.13.0

Vungle + Adapter: 6.7.0 + 6.7.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages