Header bidding (called in-app bidding in the mobile-app context) is a mediation approach where all demand sources bid simultaneously in a unified real-time auction. The name "header bidding" comes from web origins — bid requests fired from the page header before the page renders. In mobile apps, the same logic runs through the mediation SDK, but the principle is identical: every demand source gets a fair shot at every impression, in real time, with the highest bid winning.
What it replaced — the classic waterfall: before header bidding, mobile mediation worked in fixed priority order. The mediation platform called Network 1 first; if Network 1 didn't fill (or bid below floor), it called Network 2; then Network 3; until something filled. This left money on the table — Network 5 might have been willing to pay $20 eCPM for an impression that filled at $5 from Network 2 because Network 5 never got called.
How unified auction works
- Impression opportunity arises — the user reaches an ad slot in your app.
- All demand sources are simultaneously queried — the mediation SDK fires bid requests to every integrated SSP, ad network, and SAN at the same moment.
- Each bidder responds with a real-time bid — based on their evaluation of the impression, audience signals, and creative inventory.
- The auction resolves — highest bid wins, the winning creative renders.
The entire auction completes in <200ms. Compared to a waterfall, the publisher gets the best bid from any source on every impression, instead of accepting the first bidder above floor.
Major in-app bidding platforms in 2026
- AppLovin MAX — the dominant mobile mediation platform. Strong fill rates, unified auction across many demand sources, robust analytics.
- ironSource LevelPlay (now Unity LevelPlay) — major competitor to AppLovin MAX. Strong fill on gaming inventory.
- Google Admob Bidding — Google's mediation product with bidding. Best for publishers already in the Google ecosystem.
- Liftoff Vungle — has a bidding-based mediation product.
- Smaato / Verve — mobile-app-focused mediation with bidding.
Most large mobile-app publishers use one primary platform with secondary integrations for diversification. Switching is painful — SDK is deeply embedded, historical data lives in the platform, demand partnerships are tied to the contract.
Implementation considerations
- SDK overhead: bidding adds latency and a few hundred KB to the app binary. Most publishers accept the trade-off given the eCPM lift.
- Demand-source onboarding: each new SSP / network requires SDK or s2s integration. Mature mediation platforms abstract much of this.
- Floor price calibration: with bidding, floor prices matter differently than in waterfall. Too high = unfilled inventory; too low = leaving money on the table. Most platforms suggest optimal floors based on historical bid distribution.
- Cross-source bid normalization: some networks bid in CPM, others in revenue share, others in fixed CPI deals. The mediation platform normalizes these into a single comparable bid currency.