@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface GetContentStandardsRequest

    Request parameters for retrieving content safety policies

    interface GetContentStandardsRequest {
        adcp_major_version?: number;
        standards_id: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    adcp_major_version?: number

    The AdCP major version the buyer's payloads conform to. Sellers validate against their supported major_versions and return VERSION_UNSUPPORTED if unsupported. When omitted, the seller assumes its highest supported version.

    1

    99

    standards_id: string

    Identifier for the standards configuration to retrieve

    context?: ContextObject
    ext?: ExtensionObject