Conversation
Contributor
Schema Link Check ResultsCommit:
|
…content_standards_detail Sampling is configured at media buy creation time, not at artifact retrieval time. Sellers either push artifacts via webhook or store them for pull — in both cases, the sampling decision was already made. - Remove `sampling` parameter from get_media_buy_artifacts request - Add `failures_only` boolean filter for locally-failed artifacts - Replace `sampling_info` with `collection_info` in response - Add `content_standards_detail` to get_adcp_capabilities (supports_local_evaluation, supported_channels, supports_webhook_delivery) - Add podcast, CTV, and AI-generated content artifact examples - Clarify failures_only behavior with unevaluated records - Add Addie behavior rule for spec feedback (verify, take a position, draft issues) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
05dd9a0 to
1a3814c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Community feedback identified gaps in how content standards sampling works for non-web inventory (podcast, CTV, AI surfaces). The key architectural insight: sampling is a buy-time configuration, not a retrieval-time parameter.
samplingfromget_media_buy_artifacts— replaced withfailures_onlyboolean filter. Sampling rate/method are configured atcreate_media_buytime (viagovernance.content_standardsorartifact_webhook). The task is now purely retrieval.sampling_infowithcollection_infoin response — reports what the seller collected per the buy agreement (total_deliveries, total_collected, returned_count, effective_rate)content_standards_detailtoget_adcp_capabilities— pre-buy visibility intosupports_local_evaluation,supported_channels, andsupports_webhook_deliveryfailures_only+ unevaluated — truth table for what gets returned and when drift comparison is possibleTest plan
content_standards_detailshape with governance WG🤖 Generated with Claude Code