This library lets you serve ads to your apps from Start.io (StartApp) network via AdMob integration.
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.
- Add dependency on Start.io (StartApp) AdMob Mediation library.
dependencies {
implementation 'io.start:admob-mediation:3.+'
}
- Create new or edit existing Mediation Group, then click
Add custom event
.
- Fill the fields
Label
andManual eCPM
, then clickContinue
.
- Create a mapping for each ad unit.
- Fill the fields
Mapping name
,Class Name
andParameter
, then clickDone
.
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' }
- Select a mapping, then click
Done
.
- Make sure new ad source is appeared in list, then click
Save
.