Overview
Every storefront can declare the publisher domains it represents. Buyers use this to answer “which publishers does this seller represent?” before committing. This is publisher coverage, not delivery: a verified domain means the publisher has authorized this seller, not a guarantee of what actually delivers on a given buy. For product-level availability, use product discovery. Declared domains are resolved against each publisher’sadagents.json file automatically. The result — verified or declared — is visible to buyers on storefront detail and on the publisher list sub-endpoint.
Seller: managing your publisher list
Add a single domain
- Bare domain:
bbc.com - Full URL:
https://www.bbc.com/news(normalized tobbc.comautomatically)
Replace the full list atomically
Remove a domain
List your publishers
Field reference
provenance
authorizationStatus
adagentsStatus
Buyer: viewing publisher coverage
Storefront detail
GET /api/v2/buyer/storefronts/{storefrontId} returns a publishers summary:
null when the storefront has no declared publishers yet.
Full paginated list
q— prefix match on domain nameverification—verifiedordeclaredlimit— page size, 1-100 (default 20)offset— pagination offset
Filter storefronts by publisher domain
bbc.com or any of its subdomains.
Readiness
Thedeclare-publishers readiness check (non-blocking) appears on GET /storefront/readiness when no declared publishers exist yet. It is informational — a storefront without declared publishers can still go live. Declaring at least one publisher clears the check.