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

    Interface CreativeApproved

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

    Properties

    status: "approved"

    Creative has been approved for distribution

    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