@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyContentStandards

    A content standards configuration defining brand safety and suitability policies. Standards are scoped by brand, geography, and channel. Multiple standards can be active simultaneously for different scopes.

    interface LegacyContentStandards {
        standards_id: string;
        name?: string;
        countries_all?: [string, ...string[]];
        channels_any?: [MediaChannel, ...MediaChannel[]];
        languages_any?: [string, ...string[]];
        policies?: [PolicyEntry, ...PolicyEntry[]];
        calibration_exemplars?: {
            pass?: LegacyArtifact[];
            fail?: LegacyArtifact[];
        };
        pricing_options?: [VendorPricingOption, ...VendorPricingOption[]];
        ext?: ExtensionObject;
    }
    Index

    Properties

    standards_id: string

    Unique identifier for this standards configuration

    name?: string

    Human-readable name for this standards configuration

    countries_all?: [string, ...string[]]

    ISO 3166-1 alpha-2 country codes. Standards apply in ALL listed countries (AND logic).

    1

    channels_any?: [MediaChannel, ...MediaChannel[]]

    Advertising channels. Standards apply to ANY of the listed channels (OR logic).

    1

    languages_any?: [string, ...string[]]

    BCP 47 language tags (e.g., 'en', 'de', 'fr'). Standards apply to content in ANY of these languages (OR logic). Content in unlisted languages is not covered by these standards.

    1

    policies?: [PolicyEntry, ...PolicyEntry[]]

    Bespoke policies for this content-standards configuration, using the same shape as registry entries. Each policy is addressable by policy_id; governance findings reference the policy_id that triggered them.

    1

    calibration_exemplars?: { pass?: LegacyArtifact[]; fail?: LegacyArtifact[] }

    Training/test set to calibrate policy interpretation. Provides concrete examples of pass/fail decisions.

    Type Declaration

    • Optionalpass?: LegacyArtifact[]

      Artifacts that pass the content standards

    • Optionalfail?: LegacyArtifact[]

      Artifacts that fail the content standards

    pricing_options?: [VendorPricingOption, ...VendorPricingOption[]]

    Pricing options for this content standards service. The buyer passes the selected pricing_option_id in report_usage for billing verification.

    1