Content Standards Protocol
Content Standards プロトコルは、パブリッシャー環境から外に出せない一時的・機微なコンテンツに対して プライバシーを守りつつブランドセーフティを実現 します。課題
従来のブランドセーフティは第三者検証が前提で、コンテンツを IAS や DoubleVerify に送って判定を受けます。静的な Web ページでは機能しますが、次のようなケースでは根本的に機能しません:- AI-generated content - ChatGPT responses, DALL-E images that exist only in a user session
- Private conversations - Content in messaging apps, private social feeds
- Ephemeral content - Stories, live streams, real-time feeds that disappear
- Privacy-regulated content - GDPR-protected data that cannot be exported
- CTV and linear TV - Ad decisioning in live linear has a sub-second latency budget; there is no room to make a blocking call to a third-party verification service before insertion
解決策: キャリブレーションによる整合
Content Standards は エージェントを使ってプライバシーを守る ことで解決します。機微なコンテンツを外に出さない 3 フェーズモデルです:
これは従来モデルを逆転させたものです。「コンテンツを送って判定してもらう」のではなく、「基準を共有し、ローカルで評価し、統計的に監査する」形です。
ポイント: 実行エンジンはパブリッシャー内部で完結します。OpenAI なら社内でブランド適合性判定を行い、会話は外に出ません。メッセージアプリでもプライベートコンテンツは外部に出ません。キャリブレーションとバリデーションが、機微データに触れずにローカルモデルの正しさを担保します。
セラーはローカル実行の実装方法を完全に制御できます。 パブリッシャーはサードパーティの AI ベンダーを使ったり、カスタムモデルを構築したり、ルールベースの分類器を使ったり、スポットチェック規模の人的編集レビューを適用したりできます。重要なのは、実装が検証エージェントの標準に対してキャリブレーションされており、バリデーションサンプルが整合性を確認できることであって、セラーがどのようにそれを達成するかはプロトコルが強制しません。
対象範囲
- Brand safety - Is this content safe for any brand? (universal thresholds like hate speech, illegal content)
- Brand suitability - Is this content appropriate for my brand? (brand-specific preferences and tone)
主要な考え方
コンテンツ評価では、バイヤーとセラーが次の 4 点をすり合わせます:- What content? - What artifacts to evaluate (the ad-adjacent content)
- How much adjacency? - How many artifacts around the ad slot to consider
- What sampling rate? - What percentage of traffic to evaluate
- How to calibrate? - How to align on policy interpretation before runtime
ワークフロー
ポイント: 実行時の判定はスケールのためセラー側ローカルで行われます。バイヤーはサンプルを引き出し、検証エージェントで検証します。隣接範囲(Adjacency)
How much content around the ad slot should be evaluated?
Adjacency 要件はセラーがプロダクトカタログ(
get_products)で定義します。バイヤーはこの保証をもとにプロダクトをフィルターできます:
Adjacency の単位
プロダクトごとに価格に応じた異なる Adjacency 保証を提供する場合があります。
サンプリング率
What percentage of traffic should be evaluated by the verification agent?
サンプリング率はメディアバイで合意します:
検証しきい値
When a seller calibrates their local model against a verification agent, there’s an expected drift - the local model won’t match the verification agent 100% of the time. Validation thresholds define acceptable drift between local execution and validation samples. Sellers advertise their content safety capabilities in their product catalog:
これは契約上の保証です。 広告したしきい値よりドリフトが大きい場合、通常の配信乖離と同様に是正(メイクグッド、返金など)が期待されます。
このしきい値は「ローカルモデルを受け入れたとき、どれだけ基準順守を信頼できるか」というバイヤーの問いに答えます。
ポリシー
Content Standards uses natural language prompts rather than rigid keyword lists:Scoped Standards
Buyers typically maintain multiple standards configurations for different contexts - UK TV campaigns have different regulations than US display, and children’s brands need stricter safety than adult beverages.Code Format ConventionsCountry and language codes are case-insensitive - implementations must normalize before comparison. Recommended formats follow ISO standards:
- Countries: Uppercase ISO 3166-1 alpha-2 (e.g.,
GB,US,DE) - Languages: Lowercase ISO 639-1 or BCP 47 (e.g.,
en,de,fr)
standards_id when creating a media buy. The seller receives a reference to the resolved standards - they don’t need to do scope matching themselves.
Calibration
Before running campaigns, sellers calibrate their local models against the verification agent. This is a dialogue-based process that may involve human review on either side:- Seller sends sample artifacts to the verification agent
- Verification agent returns verdicts with detailed explanations
- Seller asks follow-up questions about edge cases
- Process repeats until alignment is achieved
explanation とフィーチャーごとの features[].explanation フィールドにより、どのポリシー条項がトリガーされ、なぜかをセラーに正確に伝えます。これによりパブリッシャーは判定を理解し、エッジケースに異議を唱え、コンテンツ分類方法を調整できます。バイヤーは判定サンプルを監査して、基準が正しく解釈されているか検証できます。
See calibrate_content for the full task specification.
Tasks
Discovery
Management
Calibration & Validation
Typical Providers
- IAS - Integral Ad Science
- DoubleVerify - Brand safety and verification
- Scope3 - Sustainability-focused brand safety with prompt-based policies
- Custom - Brand-specific implementations
Future: Secure Enclaves
The current model trusts the publisher to faithfully implement the calibrated standards. A future evolution uses secure enclaves (Trusted Execution Environments / TEEs) to provide cryptographic guarantees: Content never crosses the pinhole - only models flow in, only aggregates flow out.The Pinhole Interface
The enclave maintains a narrow, well-defined interface to the verification service: Inbound (verification service → enclave):- Updated brand safety models
- Policy changes and calibration exemplars
- Configuration updates
- Aggregated validation results (pass rates, drift metrics)
- Statistical summaries
- Attestation proofs
- Raw content artifacts
- User data or PII
- Individual impression-level data
Why This Matters
- Publisher hosts a secure enclave inside their infrastructure
- Governance agent (from IAS, DoubleVerify, etc.) runs as a container within the enclave
- Content flows into the enclave for evaluation but never leaves the publisher’s walls
- Both parties can verify the governance code is running unmodified via attestation
- Models stay current - the enclave can receive updates without exposing content
Related
- Artifacts - What artifacts are and how to structure them
- ブランドアイデンティティ - 標準エージェントにリンクできるブランドアイデンティティ