@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface ListContentStandardsRequest

    Standardized advertising media channels describing how buyers allocate budget. Channels are planning abstractions, not technical substrates. See the Media Channel Taxonomy specification for detailed definitions.

    interface ListContentStandardsRequest {
        channels?: MediaChannel[];
        languages?: string[];
        countries?: string[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    channels?: MediaChannel[]

    Filter by channel

    languages?: string[]

    Filter by BCP 47 language tags

    countries?: string[]

    Filter by ISO 3166-1 alpha-2 country codes

    context?: ContextObject
    ext?: ExtensionObject