AdMob Mediation for Android - yanivav/Documentation GitHub Wiki

This document describes the procedure for serving StartApp Ads in your application using AdMob mediation network

NOTES:

  • The code samples in this document can be copy/pasted into your source code
  • If you have any questions, contact us via [email protected]


##Step 1, Getting Started The following instructions assume you are already familiar with the AdMob Mediation Network and have already integrated the Google Mobile Ads SDK into your application. Otherwise, please start by reading the following articles for a walk-through explanation of what mediation is, how to use the AdMob Mediation UI, and instructions on how to add AdMob mediation code into your app.

Back to top


##Step 2, Adding Your Application to Your StartApp Developer's Account

  1. Login into your StartApp developer's account
  2. Add your application and get its App ID
  3. Download the StartApp In-App SDK

For any questions or difficulties during this process, please contact us via [email protected]

Back to top


##Step 3, Integrating the AdMob Mediation Adapter Copy the adapter jar file from the zip to the “libs” directory of your project.

Back to top


##Step 4, Integrating StartApp In-App SDK Integrate the StartApp SDK by implementing steps 1-3 from the integration manual. You can ignore all the following steps unless you want to use StartApp Ads directly instead of via AdMob mediation network.

In step 3 of the integration, use the following line to initialize the SDK:

StartAppSDK.init(this, "Your Account Id", "Your App ID", false);

The extra false parameter will disable StartApp "Return Ads" feature as it's not an integral part of AdMob mediation. You can still enjoy this attractive ad unit directly by omitting the false parameter. In this case Return Ads will be activated and display StartApp direct ads, outside of the AdMob Mediation network.

Back to top


##Step 5, Adding a Custom Event

  1. Login into your AdMob account
  2. Navigate to "Monetize" tab and choose your application
  3. Find your "Ad Unit" and then click "Edit Mediation"
4. Choose "New Ad Network" 5. Click "Custom event", and fill in the following fields: * Class Name: *com.startapp.android.mediation.admob.StartAppCustomEvent* * Label: *StartApp* * Parameter: leave empty for automatic mode, or use one of the following options: AdMode.OVERLAY AdMode.FULLPAGE AdMode.OFFERWALL

NOTE: we highly recommend leaving this field empty to use the automatic mode which selects the best ad to load.

  1. Click "Continue"

Back to top


##Step 6, Testing Your Application Congratulation - that's it! You may now run your app and see StartApp ads in action.

Back to top

⚠️ **GitHub.com Fallback** ⚠️