Add header bidding and additional demand partners
in banner, interstitial, and native ads!
Explore the docs »
Report Bug
·
Request Feature
This repository contains the code for the AppMonet android SDK. This SDK lets app developers add header bidding and additional demand partners in banner, interstitial, and native ads. There are currently 3 variants of the SDK:
- MoPub: integration into the MoPub adserver & SDK. Allows AppMonet to bid into MoPub to provide header-bidding competition.
- GAM/AdMob: header bidding and mediation integrations with GAM and AdMob.
- Standalone/"Bidder": for use with custom adservers/mediation SDKs, or with AppMonet as the primary adserver. (Not open-sourced at the moment)
For more information on integrating the AppMonet SDK into your app, please see the AppMonet Docs
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/AppMonet/appmonet-ios-sdk.git
- Go into the project and run:
pod update
pod install
- Choose a target
- App_DFP -> builds with AppMonet_Dfp
- Copy KEYS-Sample.plist as KEYS.plist.
- Change bannerAdUnit value to a valid gam banner id
- Change interstitialAdUnit value to a valid gam interstitial id
- App_Admob -> builds with AppMonet_Dfp
- App_Mopub -> builds with AppMonet_Mopub
- App_DFP -> builds with AppMonet_Dfp
- Build
Contributions are welcomed! Feel free to offer suggestions and fixes to make our SDK better!
- Fork the Project
- Create your Feature or Fix Branch (
git checkout -b feature/branch_name
/git checkout -b fix/branch_name
) - Commit your Changes (
git commit -m 'Add some awesome code'
) - Push to the Branch (
git push origin feature/branch_name
/git push origin fix/branch_name
) - Make sure all checks pass.
- Open a Pull Request
For full license, vist https://appmonet.com/legal/sdk-license/.