Learn

← Track D: Auction Economics and Identity
L4

D4

Identity in header bidding

In this lesson you will
  • Explain why identity matters: match rate, then bid density, then CPM.
  • Configure the User ID module and UID2 / EUID, ID5, and RampID.
  • Understand how IDs pass into the bid stream (eids).

A bidder that cannot recognize the user is bidding half-blind: it cannot apply audience data, so it bids low or not at all. Identity is the plumbing that lets buyers know who they are bidding on, and as cookies fade, it is where match rate, and CPM, is won or lost.

Key idea

The chain is match rate, then bid density, then CPM. A higher match rate means more bidders recognize the user, so more of them bid, so the auction is denser, and more competition lifts the price.

The User ID module

Prebid’s User ID module runs identity submodules that resolve and attach IDs. The common ones: UID2 / EUID (a deterministic, email-based ID), ID5 (a deterministic-plus-probabilistic graph), and RampID (LiveRamp’s people-based ID).

The resolved IDs pass into the bid stream as eids (extended IDs) on the OpenRTB request, so every bidder sees the same identity signals.

TrafficWhat carries identity
Logged-in publisherDeterministic IDs like UID2 shine: real, email-based identity.
Anonymous trafficProbabilistic IDs like ID5 do more of the work, since there is no login signal.

Quick check

Why does a higher match rate raise CPMs, not just fill rate?

Note

Consent gates identity: if the user withholds consent, the IDs never populate, a real "the ID is missing" cause. The Identity analyzer reads which IDs a config carries.

Key concepts
User ID moduleUID2 / EUID, ID5, RampIDeids in the bid streamMatch rate drives bid density and CPM
Going deeper

To really lock this in: choose an identity stack for a logged-in vs an anonymous-traffic publisher and wire a two-ID config.

Where this leads
PRACTICE

Proposed User ID composer.

DEBUG

Proposed "ID absent because consent withheld it" reproduction.

Bidcliq Academy · D4: Identity in header bidding