App and Placement Setup in Monetize UI
Before integrating the SDK, you need to register your app and create ad placements in the Bidease Monetize dashboard. The placement names you configure here must match the ones you use in your SDK integration and mediation setup.
Step 1: Add Your App
- Log in to monetize.bidease.com
- Go to Applications and click Add
- Add your app using one of two options:
- Find — Search for your app by bundle ID or store ID if already published on the App Store. Once found, click Submit.
- Create — Manually add your app if not yet published or cannot be found via search. Enter the correct bundle ID.
Step 2: Add Placements to Your App
- In Applications, open the required app
- Go to Ad Placements and click +
- Select the Inventory Type that matches your ad format (Banner, Interstitial, Rewarded)
- Set a Bid Floor — Bidease operates within waterfall mediation, so a bid floor is required for each placement
- Name your placement using the convention
AdFormat_ecpm_X.X- Example:
Interstitial_ecpm_2.0,Banner_ecpm_0.5
- Example:
Placement names must match exactly what you configure on the mediation side. A mismatch will prevent ads from serving.
Step 3: Add app-ads.txt
app-ads.txt is an IAB standard that authorizes Bidease as a legitimate seller of your inventory. Without it, buyers cannot verify your supply chain — which directly impacts fill rates and revenue.
- In the Bidease Monetize dashboard, go to the App-ads.txt section
- Copy the lines provided — make sure the file includes DIRECT entries
- Add the copied lines to the
app-ads.txtfile hosted at the root of your domain (e.g.,yourdomain.com/app-ads.txt)
If you don't see any DIRECT entries in the dashboard, contact your Bidease account manager — they will help you configure the file correctly.
Missing or incomplete app-ads.txt will significantly reduce your fill rate and overall performance. Make sure the file is live on your domain before going to production.