AdMob Mediation Support
Integrate SDK and Mediation Adapter
Add adapter dependency
groovy
dependencies {
implementation "io.carty.mediation:adapter-admob:24.2.0"
}Configure your Mediation Settings
- Create mediation mediation

- Add Custom Event
In your Mediation Group under the Waterfall Panel, select "Add Custom Event".
Fill in the relevant information and click Continue.
Add mapping.
Fill the "Class Name" and "Parameter" fields based on the table below and the Ad Type that you are looking to monetize.




Class name and parameter
| Class Name | Parameter |
|---|---|
| io.carty.bidad.sdk.admob.CTAdMobAdapter | {"appid":"your-app-id","pid":"your-placement-id"} |
