WebsiteCategorizationAPI
Home
Demo Tools - Categorization
Website Categorization Text Classification URL Database Taxonomy Mapper Carbon Footprint
Demo Tools - Website Intel
Technology Detector Quality Score Competitor Finder
Demo Tools - Brand Safety
Brand Safety Checker Brand Suitability Quality Checker
Demo Tools - Content
Sentiment Analyzer Context Aware Ads
Resources
API Documentation Pricing Login
Try Categorization
Cookieless Audience Intelligence · Workflow Guide

Ad Inventory Curation: From Audience Thesis to Deal ID

Ad inventory curation selects programmatic inventory against an audience or quality thesis, packages it as a Deal ID, and distributes it to buyers' DSP seats. This guide walks through the full workflow — who curates, how packages are built, and how domain-level cookieless audience segmentation data selects inventory.

102MDomains with audience data
285Interest sub-segments (INT.*)
283Purchase-intent segments (PI.*)
0User IDs required
Definition

What is ad inventory curation?

A curator takes the enormous pool of open-exchange inventory — millions of domains available through SSPs — and applies selection criteria: which sites, which audiences, which quality thresholds. The result is a bounded, described package exposed to buyers as a Deal ID. A buyer activates it from their existing DSP seat with the same auction mechanics, bidder and reporting — but the supply has been pre-filtered by the curator's data.

Cookie-era model

Audience data lived on the buy side: a DSP matched user IDs against licensed third-party segments at bid time. Targeting depended entirely on cookies and ID graphs.

Curation model

Data is applied on the supply side, before the bid request reaches the buyer. Selection runs against pages and domains rather than user identifiers, so it works on Safari, Firefox, iOS and every cookieless environment.

Curation is not a new ad format or auction type. It is best understood as merchandising for programmatic supply: someone with a data advantage assembles inventory into a product a media buyer can purchase in one line item, instead of the buyer reconstructing that selection across thousands of domains.

Market context

Why curation has grown so fast

Three structural forces pushed curation from a niche SSP feature to a core programmatic workflow. None is a fashion; all three follow from how the supply chain is evolving.

The signal moved to the supply side

Safari, Firefox and iOS already block third-party cookies, putting 40%+ of traffic beyond buy-side audience matching. Page- and domain-level signals are observable on 100% of impressions and naturally applied where curation happens: on the supply path. The full landscape is in cookieless targeting.

Supply-path optimization (SPO)

Buyers discovered the same impression reaches them through many resold paths with different fees. A curated deal is SPO in product form — a named counterparty, a known domain list, a defined selection rule and a single path. For many agencies, curated deals are now the default supply-path discipline.

Buyers want audience and quality

Buyers still brief on audiences and simultaneously demand protection from MFA sites and low-attention placements. Curation satisfies both: audience definition from content-inferred data, plus quality screening such as MFA detection, applied before inventory enters the package.

The players

Who does the curating?

Curation is a role, not a company type. Four categories of organizations run curation businesses today, each bringing a different asset to the selection step.

Independent curation platforms

Companies whose entire product is the curation layer: tooling to build packages from data, mint Deal IDs across multiple SSPs, and syndicate them to any DSP seat. They monetize through a fee on curated spend.

SSPs with curation products

Most major exchanges now expose self-serve curation: any approved party can define a package, attach data, and generate deals. Curation converts their bidstream position into a data-activation surface.

Agencies and holding companies

Large buyers curate for themselves, assembling preferred-supply marketplaces — vetted domains, negotiated paths, quality floors — and routing client spend through them. Curation becomes a procurement strategy.

Data and measurement companies

Companies whose asset is a dataset — audience attributes, attention metrics, quality ratings — increasingly activate it as curated deals. Packaging data as a Deal ID requires no buyer-side integration work.

Step by step

The inventory curation workflow

Every curated package moves through five stages. The craft is in stages one and two — the thesis and the selection data; the rest is programmatic plumbing.

Define the audience or quality thesis

A package needs a reason to exist that a planner can repeat in one sentence: “affluent home improvers,” “B2B IT decision makers at enterprise companies,” “premium news, MFA-screened.” The thesis determines which attributes select inventory, what the deal is named, and what success looks like.

Select domains and inventory with data

The thesis is translated into filter criteria and run against a dataset describing the candidate supply. Domain-level audience intelligence does the heavy lifting:

  • Filter a 102M-domain corpus by demographics, interests, purchase intent or firmographics
  • Intersect with quality signals — MFA risk, content-category exclusions, brand-safety flags
  • Every included domain shows why it qualified — a documented derivation

The audience segmentation API adds per-URL resolution for page-level precision.

Package as a Deal ID / PMP

The domain or URL list becomes a deal in one or more SSPs: a Deal ID with a floor price, auction mechanics, and the curator's fee. Larger curators mint parallel deals across several exchanges so the same package is reachable whichever supply path a buyer prefers.

Distribute to DSP seats

The deal is synced into the buyer's DSP, associated with the advertiser's seat, and attached to a line item. Activation in the existing stack requires no SDK, no integration and no new contract with each publisher — which is why data companies find curation a lower-friction route to market.

Measure, prune and refresh

Post-launch, the package is a living product. Mature curators re-run selection on a schedule:

  • Drop domains whose audience profile or quality score has degraded
  • Admit new domains that now qualify
  • Tighten filters where delivery concentrated on the weakest members

A package that is never refreshed decays into the static site list curation was meant to replace.

The selection engine

How domain-level audience data selects inventory

Step two is where curation quality is decided. Our approach infers the likely audience of a domain from its content — no cookies, IDs or user-level data involved — making packages privacy-safe by construction.

  • Personas are deterministic — a fixed IAB-category-to-persona mapping across a 1,667-persona taxonomy
  • Demographics, interests, intent and firmographics are model-inferred from content with banded confidence (low / medium / high)
  • All attributes use controlled, versioned vocabularies (v1.0, aligned with IAB Audience Taxonomy 1.1)
  • Curators threshold confidence to trade reach vs. precision per package
Demographics8 age brackets, 5-point gender skew, 6 income bands, 7 education levels, 14 life stages
Interests29 interest groups, 285 sub-interests — coded as INT.* (e.g. INT.home_garden)
Purchase intent34 intent groups, 283 in-market segments — coded as PI.* (e.g. PI.travel.hotels_and_resorts)
B2B firmographicsIndustry, company-size and seniority bands on LinkedIn-standard scales

The quality dimension runs alongside: content classifications to exclude unsuitable categories, plus MFA scoring. Combining audience and quality is what distinguishes a curated deal from a bare contextual segment. Browse the complete vocabulary on the audience segmentation taxonomy page.

Worked example

Curating a “High-Income Home Improvers” package

A home-improvement retailer briefs its agency: reach households likely to renovate, skewing 35–54 and higher-income, on quality inventory. Here is how that brief becomes filter criteria. (Domain shown is illustrative.)

// Selection filters run against the 102M-domain corpus
{
  "audience_filters": {
    "age_bracket":     ["35_44", "45_54"],
    "income_band":     ["upper_middle", "high"],
    "interests":       ["INT.home_garden"],
    "purchase_intent": ["PI.home_garden_services.home_improvement_and_repair",
                        "PI.home_garden_services.landscaping_services"],
    "min_confidence":  "medium"
  },
  "quality_filters": {
    "mfa_risk":            "low",
    "exclude_categories":  ["sensitive_topics"]
  }
}

// One qualifying domain from the result set
{
  "domain": "renovation-monthly.example",
  "age_bracket": [
    {"code": "35_44", "confidence": "high"},
    {"code": "45_54", "confidence": "medium"}
  ],
  "income_band": {"code": "upper_middle",
                  "confidence": "medium"},
  "interests": ["INT.home_garden"],
  "purchase_intent": [
    {"code": "PI.home_garden_services.home_improvement_and_repair",
     "confidence": "high"}
  ],
  "mfa_risk": "low"
}

Package definition, rendered

Age brackets
35–4445–54
Income bands
Upper-middleHigh
Interest group
Home & Garden
In-market segments
Home ImprovementOutdoor Living
Quality gate
MFA risk: LowConfidence ≥ Medium

Each domain carries its own attribute profile, so the curator can show a buyer exactly why it is in the package. Tightening min_confidence to “high” shrinks the list toward precision; relaxing it extends reach.

Buying models compared

Open exchange vs curated deal vs direct

Curation sits between the two older buying models — more defined than open exchange, more scalable than direct deals.

DimensionOpen exchangeCurated deal (Deal ID)Direct / programmatic guaranteed
Targeting data Buy-side only: DSP segments. Coverage collapses on cookieless traffic. Supply-side: curator applies content-inferred, ID-independent data before the bid — 100% coverage. Publisher first-party data, negotiated per deal; strongest on logged-in audience.
Transparency Low
Long, resold paths; domains discovered after the fact.
High by design
Named curator, disclosed selection logic and domain list.
Full
Contractual placements, direct counterparty.
Buyer control Broad reach with blunt instruments: block lists, pre-bid filters. Dual-layer: package defines supply; buyer keeps all DSP-side controls on top. Maximum placement and price control, minimum mid-flight flexibility.
Scale & effort Unlimited scale, minimal setup, highest variance in what you buy. Data-driven filter over millions of domains; one line item, refreshable without renegotiation. Limited to negotiated publishers; highest per-deal effort.
Typical pricing Open auction at floor prices; fees embedded along the path. Auction above a negotiated floor; curation fee for the selection work. Fixed or guaranteed CPMs at a premium, often with volume commitment.
Adjacent standard

Curation and seller-defined audiences

Curation and seller-defined audiences (SDA) answer the same buyer question — “whose attention am I buying?” — from two different positions in the chain.

Publisher-side

Seller-defined audiences

The publisher declares who its audience is, using standardized IAB Audience Taxonomy codes passed in the bid request. No user identity crosses the wire.

  • First-party declaration from one publisher
  • Standard taxonomy codes make segments cross-publisher comparable
  • Works on 100% of the publisher's traffic
Third-party

Curation

A third party selects inventory across many publishers, aggregating consistent segments into a single Deal ID a buyer activates in one step.

  • Cross-publisher selection against audience data
  • Packages from declared signals, inferred data, or both
  • One deal covers dozens of sellers

They are complementary. Curators can build packages from publishers' SDA declarations. Where publishers don't publish SDA signals — most of the long tail — content-inferred, domain-level audience data fills the gap. Both vocabularies align with IAB Audience Taxonomy 1.1, so a curator can express a thesis once and satisfy it from either source. Inferred profiles that agree with declarations also serve as a validation layer for buyer trust.

FAQ

Ad inventory curation, frequently asked

What is ad inventory curation in programmatic advertising?

Ad inventory curation is the practice of selecting programmatic inventory against a defined audience or quality thesis, packaging it as a Deal ID, and distributing it to buyers' DSP seats. The curator applies data on the supply side, before the bid request reaches the buyer, so the deal delivers a pre-filtered stream of impressions.

Who are the curators in programmatic advertising?

Four categories: independent curation platforms, SSPs with self-serve curation, agencies and holding companies that build preferred-supply marketplaces, and data or measurement companies that activate their datasets as curated deals. Any organization with a data advantage and access to supply can curate.

What is the difference between a curated deal and a PMP?

A curated deal is technically a PMP — transacted as a Deal ID with a floor price and auction mechanics. The difference is who assembles it: a classic PMP is one publisher packaging its own inventory, while a curated deal is assembled by a third party across many publishers, selected by data against an audience or quality definition.

How do curators target audiences without third-party cookies?

By applying audience data to inventory rather than to users. Content-inferred intelligence estimates who a domain's readers are — age, income, interests, purchase intent, firmographics — from what the content is about. Since the signal is attached to inventory, it works on Safari, Firefox, iOS and Chrome alike. Publishers' seller-defined audience declarations serve the same goal from the publisher's side.

How is inventory actually selected for a curated deal?

By filtering a described supply corpus against the package thesis. The curator queries for domains matching target audience attributes at or above a chosen confidence band, then intersects with quality filters such as low MFA risk and content-category exclusions. The filtered domain list becomes the deal's inclusion list, with a documented reason for every domain's membership.

Do curated deals cost more than the open exchange?

Usually yes on a CPM basis — curated deals carry negotiated floors and a curation fee. The relevant comparison is effective cost against outcomes: open-exchange buys include MFA and mismatched-audience inventory. Whether the fee is justified depends on the curator's data being predictive — buyers should ask for the selection criteria and per-domain rationale.

Build your next package on audience data you can inspect

Open the live demo and pull the content-inferred audience profile for any domain or URL — demographics, interests, purchase intent and personas with banded confidence — the same attributes a curation filter runs on.

Stay in the loop

You are on the list!

We will send you updates that matter — no spam.