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

    Interface CreativeRejected

    interface CreativeRejected {
        status: "rejected";
        rights_id: string;
        creative_id?: string;
        creative_url?: string;
        reason: string;
        suggestions?: string[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    status: "rejected"

    Creative was rejected

    rights_id: string
    creative_id?: string

    Echo of the buyer's creative identifier

    creative_url?: string
    reason: string

    Why the creative was rejected

    suggestions?: string[]

    Actionable feedback for revision. If present, the buyer can revise and resubmit the creative. If absent, the rejection is final for this creative concept.

    context?: ContextObject
    ext?: ExtensionObject