Android
1. SDK Integration
Add the following dependencies to your app’s build.gradle file:
dependencies {
...
implementation 'com.bidease:admob-adapter:1.3.13'
implementation 'com.bidease:bidease-mobile:1.3.13'
...
}⚠️ Make sure to always use the latest available SDK versions from Bidease. Check with your Bidease manager for the most recent version numbers.
Test mode
Once you’ve implemented the SDK, you can test ads before release.
Option 1 — Server-side activation
Bidease can enable Test Mode per bundle. 👉 Contact your Bidease manager to activate or deactivate it during QA.
Option 2 — Code activation (publisher-side)
Add the following dependency:
implementation 'com.bidease:bidease-mobile-test-mode:1.3.13'⚠️ Important:
- Test Mode provides nearly 100% fill for QA testing, but must be disabled before submitting the app to the store.
- Ensure IDFA/GAID tracking is enabled during QA so the Bidease team can review logs and assist with troubleshooting if needed.
2. Add Custom Events in Admob Mediation
- Navigate to your Google AdMob account: https://admob.google.com/v2/home
- Go to Mediation section
- Select Waterfall sources
- Click Custom Event and manage/add mapping custom Event
- For each ad format and price point, you'll create a custom event with specific parameters. The configuration follows a standardized naming convention that encodes the floor price. Fill in the custom event fields as follows:
Field | Value / Description |
|---|---|
Mapping Name | Use the format:
Example: |
Network eCPM | Enter the same floor price value as in the Mapping name (the X.X value) |
Class Name |
Note: This class name is the same for all ad formats |
Parameter |
Important: The placement_id value must exactly duplicate your Mapping name |
Here are how custom events should look like for each ad format:
Banner
Interstitial
Rewarded
- After creating your custom events, you need to add them to your mediation groups to activate Bidease demand in your waterfall. Navigate to Mediation → Mediation groups
- Select an existing mediation group or click Create mediation group
- Click Add Ad Units and select the ad units where you want Bidease demand
- Click Add Ad Sources and add the custom events you created for each ad format
💡 Tip: You can create multiple custom events with different floor prices for the same ad format to optimize your waterfall performance.
Updated 3 days ago