AppMonet / appmonet-android-sdk

AppMonet Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

AppMonet Android SDK

Add header bidding and additional demand partners
in banner, interstitial, and native ads!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

Architecture

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.

For more information on integrating the AppMonet SDK into your app, please see the AppMonet Docs

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/AppMonet/appmonet-android-sdk.git
  1. Gradle Sync
  2. Choose a flavor
  3. Build

Standalone Bidder Setup

In order to be able to build the appmonet standalone sample app flavor, you will need to set two values in your local.properties file.

standalone.enabled=true
appmonet.apiKey=api_key_from_appmonet_account

Contributing

Contributions are welcomed! Feel free to offer suggestions and fixes to make our SDK better!

  1. Fork the Project
  2. Create your Feature or Fix Branch (git checkout -b feature/branch_name / git checkout -b fix/branch_name)
  3. Commit your Changes (git commit -m 'Add some awesome code')
  4. Push to the Branch (git push origin feature/branch_name/ git push origin fix/branch_name)
  5. Make sure all checks pass.
  6. Open a Pull Request

License

For full license, vist https://appmonet.com/legal/sdk-license/.

About

AppMonet Android SDK


Languages

Language:Java 61.0%Language:Kotlin 39.0%Language:Shell 0.0%