Media Products
A Product is the core sellable unit in AdCP. This document details the Product model, including its pricing and delivery types, and how products are discovered and structured in the system.The Product Model
product_id(string, required)name(string, required)description(string, required)formats(list[Format], required): See Creative Formats.placements(list[Placement], optional): Specific ad placements within this product. When provided, buyers can target individual placements when assigning creatives. See Placements.delivery_type(string, required): Either"guaranteed"or"non_guaranteed".pricing_options(list[PricingOption], required): Array of available pricing models for this product. See Pricing Models.measurement(Measurement, optional): Included measurement capabilities. Common for retail media products.creative_policy(CreativePolicy, optional): Creative requirements and restrictions.is_custom(bool, optional):trueif the product was generated for a specific brief.expires_at(datetime, optional): Ifis_custom, the time the product is no longer valid.product_card(object, optional): Visual card definition for displaying this product in user interfaces. See Product Cards.
Pricing Models
Publishers declare which pricing models they support for each product. Buyers select from the available options when creating a media buy. This approach supports:- Multiple pricing models per product - Publishers can offer the same inventory via different pricing structures
- Multi-currency support - Publishers declare supported currencies; buyers must use a supported currency
- Flexible pricing - Support for CPM, CPCV, CPP (GRP-based), CPA, and more
Supported Pricing Models
- CPM (Cost Per Mille) - Cost per 1,000 impressions (traditional display)
- CPC (Cost Per Click) - Cost per click on the ad
- CPCV (Cost Per Completed View) - Cost per 100% video/audio completion
- CPV (Cost Per View) - Cost per view at publisher-defined threshold
- CPA (Cost Per Action) - Cost per conversion/acquisition
- CPL (Cost Per Lead) - Cost per lead generated
- CPP (Cost Per Point) - Cost per Gross Rating Point (TV/audio)
- Flat Rate - Fixed cost regardless of delivery volume
PricingOption Structure
Each pricing option includes:is_fixed: false), include price_guidance:
Delivery Measurement (Required)
All products MUST declare their measurement provider:"Google Ad Manager with IAS viewability""Nielsen DAR for P18-49 demographic measurement""Geopath DOOH traffic counts updated monthly""Comscore vCE for video completion tracking""Self-reported impressions from proprietary ad server"
Measurement Object
For products that include measurement (common in retail media):CreativePolicy Object
Defines creative requirements and restrictions:Placements
Products can optionally declare specific ad placements within their inventory. When placements are provided:- Buyers purchase the entire product - Packages always target the whole product, not individual placements
- Placement targeting happens at creative assignment - Different creatives can be assigned to different placements
- Omitting placement targeting - Creatives without placement_ids run on all placements in the package
Placement Object Structure
Example: Product with Placements
Custom & Principal-Specific Products
A server can offer a general catalog, but it can also return:- Principal-Specific Products: Products reserved for or negotiated with specific clients
- Custom Products: Dynamically generated products with
is_custom: trueand anexpires_attimestamp
Product Examples
Standard CTV Product (Multiple Pricing Options)
Auction-Based Display Product
Retail Media Product with Measurement
Product Cards
Product cards provide visual representations of products for display in user interfaces. Publishers can optionally include card definitions that reference card formats and provide the assets needed to render attractive visual cards.Card Types
Publishers should provide at least the standard card, and optionally a detailed card: Standard Card (product_card):
- Compact 300x400px card for product grids and lists
- Supports 2x density images for retina displays
- Quick visual identification of products
product_card_detailed, optional):
- Responsive layout with text description alongside hero carousel
- Markdown specifications section below
- Full product documentation similar to media kits
Structure
Rendering Cards
Cards can be rendered in two ways:- Via
preview_creative: Pass the card format and manifest to generate a rendered card - Pre-rendered: Publishers can pre-generate cards and serve them directly
Standard Card Formats
The AdCP reference creative agent defines two standard card formats:product_card_standard(300x400px) - Compact card for product browsingproduct_card_detailed(responsive) - Rich card with carousel and full specs
When to Include Product Cards
Product cards are optional but recommended for:- Products with strong visual identity (e.g., specific shows, events, publications)
- Premium products where visual presentation enhances perceived value
- Complex products where visual highlights help explain capabilities
- Products targeting specific audiences that benefit from visual representation
Client Rendering Guidelines
When displaying products in UIs, clients should follow this fallback order:- If
product_cardexists → Render card viapreview_creativeor display pre-rendered image - If neither exists → Render text-only representation (product name + description)
- If card rendering fails → Gracefully fall back to text-only representation
Integration with Discovery
Products are discovered through the Product Discovery process, which uses natural language to match campaign briefs with available inventory. Once products are identified, they can be purchased viacreate_media_buy.
See Also
- Product Discovery - How to discover products using natural language
- Media Buys - How to purchase products
- Targeting - Detailed targeting options
- Creative Formats - Understanding format specifications and discovery