Overview
A buyer property list is a buyer-owned include or exclude set of domains, apps, or CTV identifiers. On the seller side, the most important case is an include list attached to a campaign or media-buy package: the buyer is asking the seller to run on that set of properties if the seller can honor it. The property list reaches the seller as an ADCPPropertyListReference. Its
placement depends on the request:
| Request stage | Where the reference appears |
|---|---|
| Initial product discovery | Top-level property_list |
| Campaign or media-buy package execution | targeting_overlay.property_list |
get_products request can carry the
reference at the top level:
What the seller’s agent does
When your sales agent receives a property-list reference, it resolves the list from the buyer’s agent URL:cache_valid_until, then re-fetch
if the buy or update still needs it.
Large lists can be paginated. Pass max_results and follow
pagination.cursor while pagination.has_more is true. Cache each resolved
page until cache_valid_until.
What it means operationally
Today, Interchange forwards the property-list reference and provides the resolution endpoint. The seller decides how to honor it. Common seller-side outcomes:| If the seller can… | Then the seller can… |
|---|---|
| Map the identifiers to an existing product | Offer or execute that product. |
| Map the identifiers to ad-server controls | Apply the seller’s own GAM key-values, ad units, or placement logic. |
| Honor only part of the list | Explain the supported subset or offer the closest available package. |
| Not honor the list | Say the current products do not support that subset. |
How this relates to coverage
Coverage and buyer property lists answer different questions.| Question | Answered by |
|---|---|
| ”What publisher domains does this product cover?” | The product’s publisher_properties in get_products. |
| ”Which properties is the buyer asking this request to include?” | property_list or targeting_overlay.property_list, resolved through GET {agent_url}/lists/{list_id}. |
| ”Can this seller execute the requested subset?” | The seller’s products, ad-server setup, and agent behavior. |
publisher_properties usually comes from
adagents.json authorized coverage. A buyer property list is the buyer’s
requested subset inside or across seller coverage.
Related
Property lists
Buyer-side list creation, validation, and resolution.
Publisher properties and coverage
How buyers see the publisher domains a product covers.
Custom targeting and properties
How seller-managed GAM key-values relate to site lists.
Ad-server signal components
Browse GAM targeting and create signal components.