Skip to content

StartApp-SDK/android-admob-mediation

Repository files navigation

Start.io (StartApp) mediation adapter for AdMob

This library lets you serve ads to your apps from Start.io (StartApp) network via AdMob integration.

Demo app

The demo app is fully workable. Change ad unit IDs in ad_ids.xml, then build an app and use Ad inspector to make sure your integration is working correctly.

Integration steps

  1. Add dependency on Start.io (StartApp) AdMob Mediation library.
dependencies {
    implementation 'io.start:admob-mediation:3.+'
}
  1. Create new or edit existing Mediation Group, then click Add custom event.

Step 1

  1. Fill the fields Label and Manual eCPM, then click Continue.

Step 2

  1. Create a mapping for each ad unit.

Step 3

  1. Fill the fields Mapping name, Class Name and Parameter, then click Done.

Make sure to change string YOUR_APP_ID with the actual app ID from the portal.start.io.

Mapping name: Start.io

Class Name: io.start.mediation.admob.StartIoAdapter

Parameter: { appId : 'YOUR_APP_ID' }

Advanced option:

Pass adTag to the parameter: { appId : 'YOUR_APP_ID', adTag: 'YOUR_AD_TAG' }

Step 4

  1. Select a mapping, then click Done.

Step 5

  1. Make sure new ad source is appeared in list, then click Save.

Step 6

About

Start.io Mediation Adapter for AdMob (Android)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages