Glossary/Ad Tech & Ecosystem/RTB (Real-Time Bidding)
Ad Tech & Ecosystem

RTB (Real-Time Bidding)

Also known as: Real-Time Bidding

The auction process that matches bids to impressions in milliseconds.

RTB (Real-Time Bidding) is a ad tech & ecosystem concept that ecommerce teams touch every week, usually without agreeing on a definition first. This page sets out what it means, how to apply it at catalog scale, what to measure, and where it breaks.

Definition

RTB is the millisecond-scale auction protocol that runs inside ad exchanges. When a page loads, the impression is put up for auction, DSPs submit bids based on user and context, and the highest bid wins and serves.

Why it matters

RTB is why programmatic works at scale. Manual buying couldn't price 100,000 different impressions per second; RTB does it automatically.

  1. T=0ms
    User loads page
  2. T=10ms
    Publisher SSP requests bids
  3. T=60ms
    DSPs evaluate + bid
  4. T=100ms
    Exchange picks winner
  5. T=150ms
    Winning ad serves

RTB (Real-Time Bidding) in practice

RTB is the millisecond-scale auction protocol that runs inside ad exchanges. When a page loads, the impression is put up for auction, DSPs submit bids based on user and context, and the highest bid wins and serves. Ad-tech components are the plumbing between an impression, a bid and a recorded conversion. You rarely touch them directly day to day, but when they are misconfigured every downstream number is wrong — and the symptom looks like a creative or targeting problem. Read it next to Ad Exchange, DSP (Demand-Side Platform), SSP (Supply-Side Platform).

How to get it right

Document the data path end to end: what fires, where it is sent, what identifiers travel with it and what consent state applies. Prefer server-side event delivery for durability, dedupe events explicitly, and re-verify after any site or checkout change.

What to measure and watch

Validate rather than assume. Compare event counts against orders in your commerce system, check event match quality where the platform exposes it, and watch for silent drops after releases. A five percent signal loss is invisible in a dashboard and material in delivery. Why this matters commercially: RTB is why programmatic works at scale. Manual buying couldn't price 100,000 different impressions per second; RTB does it automatically.

Where RTB (Real-Time Bidding) sits in an agentic creative workflow

Clean signal is what lets an automated creative loop work at all: Xeli attributes results back to concepts and SKUs, and that mapping is only as good as the events underneath it. Fix the plumbing first, then let the loop compound. In the context of ad tech & ecosystem, that means the concept stops being something a person re-applies by hand every campaign and becomes a rule the system enforces on every asset it produces.

Frequently asked questions

RTB is the millisecond-scale auction protocol that runs inside ad exchanges. When a page loads, the impression is put up for auction, DSPs submit bids based on user and context, and the highest bid wins and serves.

RTB is why programmatic works at scale. Manual buying couldn't price 100,000 different impressions per second; RTB does it automatically.

Even single-channel accounts depend on this layer for measurement quality. At minimum, verify events are firing once, matching well and surviving consent — see Conversion API (CAPI) for the durable server-side path.