Documentation Index
Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Guaranteed media buys in AdCP have three accountability surfaces:- Performance standards — rate thresholds for viewability, IVT, completion, brand safety, and attention (IAB T&Cs Section XI)
- Measurement terms — who counts the billing metric and what remedies (makegoods) apply when thresholds are breached (IAB T&Cs Sections V, VII, IX)
- Cancellation policy — notice period and cancellation fee for early termination (IAB T&Cs Section XII)
Lifecycle
1. Discovery: Buyer States Requirements
Atget_products, the buyer filters for products that meet their performance requirements:
2. Product Response: Seller Declares Defaults
Returned products include the seller’s defaultperformance_standards, measurement_terms, and cancellation_policy:
3. Refinement: Negotiate Before Committing
Usingbuying_mode: "refine", the buyer can propose changes to performance standards or measurement terms. This uses the same required_performance_standards filter — the seller responds with updated products reflecting what they can offer. Refinement is iterative and non-binding.
4. Buy Creation: Buyer Proposes, Seller Accepts
Atcreate_media_buy, the buyer can propose different terms on the package request:
- Accept — echo the buyer’s terms on the confirmed package
- Reject — return
TERMS_REJECTEDwith details about which term failed and acceptable range - Adjust — return modified terms on the confirmed package (the buyer agent inspects the response to see what changed)
performance_standards or measurement_terms, the product’s defaults apply.
Measurement terms for phased-maturation channels
Some channels produce billing-grade data in phases rather than delivering final numbers on day one — broadcast TV, DOOH, digital with IVT filtering, podcast downloads, and others. For these, the buyer proposes ameasurement_window alongside the vendor, specifying which maturation stage the guarantee is reconciled against:
measurement_window references a window_id from the product’s reporting_capabilities.measurement_windows. This tells both sides: “VideoAmp’s C7 numbers are what we reconcile against.” For a DOOH product it would be "final" (post-IVT/fraud-check); for digital it might be "post_sivt". The same mechanism declares both which data is authoritative for billing and when it becomes available — reconciliation and invoicing clocks follow that declared availability. The agency_estimate_number is the financial reference that links the order to the agency’s media plan — it travels with the order through the transaction lifecycle.
5. Confirmed Package: The Contract
The confirmed package reflects the agreed terms — the binding contract:6. Creative Enforcement
When agreedperformance_standards specify a vendor, creatives assigned to that package MUST include tracker_script or tracker_pixel URL assets from that vendor. Sales agents SHOULD reject creative assignments that lack required verification tags with CREATIVE_REJECTED.
For example, if the agreed terms include DoubleVerify for viewability, every creative on the package must carry DV tags so viewability can be measured.
Formats without tracker support: Not all formats accept third-party tracking assets. Broadcast TV spots, for instance, have no tracker slot — there is no pixel to fire on a television. Buyer agents should check the format’s assets array for tracker slots before proposing performance standards that require creative-level verification. When a format does not support trackers, measurement comes from the vendor declared in billing_measurement (panel data, set-top box telemetry) rather than creative-embedded pixels. See Format definitions for details.
7. Breach and Resolution
When a performance standard or billing measurement variance is breached, the seller proposes a remedy from the agreedmakegood_policy:
additional_delivery— extend or add impressions (like-for-like, same or later campaign)credit— credit toward future buys on the same accountinvoice_adjustment— reduce the invoice for the current buy
Cancellation Policy
Cancellation policy is not a negotiation surface. The seller declares it on the product; the buyer accepts it by creating a media buy. A guaranteed buy canceled without sufficient notice incurs the declared cancellation fee. Cancellation fee types:percent_remaining— percentage of remaining committed spend (e.g., 50%)full_commitment— buyer owes the full committed budgetfixed_fee— flat monetary amountnone— no cancellation fee
Insertion Orders
The insertion order is a signing wrapper around a committed proposal. It does not introduce new deal terms. All negotiated terms live on products and packages. The IO’sterms object provides summary fields (advertiser, publisher, budget, dates, payment terms) so buyer agents can verify the IO matches the proposal before a human signs via DocuSign or similar.
Vendor Identity and Measurement Agents
All measurement and verification vendors are identified by domain using the standard brand reference — the same system used for brands, operators, and accounts. Examples:{ "domain": "doubleverify.com" }— DoubleVerify{ "domain": "integralads.com" }— IAS{ "domain": "oracle.com", "brand_id": "moat" }— MOAT{ "domain": "campaignmanager.google.com" }— Google Campaign Manager{ "domain": "admanager.google.com" }— Google Ad Manager{ "domain": "videoamp.com" }— VideoAmp (broadcast/CTV measurement){ "domain": "comscore.com" }— Comscore (cross-platform measurement)
brand.json at their domain is the discovery point for their agent capabilities. Vendors declare agents in the agents array with type: "measurement":
Relationship to Content Standards
Content standards agents validate WHAT was delivered (brand safety, content categorization). Performance standards measure HOW WELL it was delivered (viewability rates, IVT rates, completion rates). The vendor may be the same company — DoubleVerify provides both brand safety scoring and viewability measurement — but the concerns are distinct:- Content standards:
validate_content_delivery— “was this ad placed next to safe content?” - Performance standards: measurement agent — “what percentage of impressions were viewable?”