@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface GetCreativeFeaturesRequest

    Request payload for the get_creative_features task. Submits a creative manifest for evaluation by a governance agent, which analyzes the creative and returns scored feature values (brand safety, content categorization, quality metrics, etc.).

    interface GetCreativeFeaturesRequest {
        creative_manifest: CreativeManifest;
        feature_ids?: string[];
        account?: AccountReference;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    creative_manifest: CreativeManifest
    feature_ids?: string[]

    Optional filter to specific features. If omitted, returns all available features.

    context?: ContextObject
    ext?: ExtensionObject