@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface CreativeApproved

    interface CreativeApproved {
        approval_status: "approved";
        rights_id: string;
        creative_id?: string;
        creative_url?: string;
        approved_at?: string;
        conditions?: string[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    approval_status: "approved"

    Creative has been approved for distribution. Renamed from status in 3.1 to free the top-level status key for the envelope task-status (TaskStatus) under MCP flat-on-the-wire serialization (#4878).

    rights_id: string
    creative_id?: string

    Echo of the buyer's creative identifier

    creative_url?: string
    approved_at?: string

    date-time

    conditions?: string[]

    Conditions on the approval (e.g., 'approved for NL market only')

    context?: ContextObject
    ext?: ExtensionObject