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

    Interface CreativePendingReview

    interface CreativePendingReview {
        status: "pending_review";
        rights_id: string;
        creative_id?: string;
        creative_url?: string;
        estimated_response_time?: string;
        status_url?: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    status: "pending_review"

    Creative is queued for review

    rights_id: string
    creative_id?: string

    Echo of the buyer's creative identifier

    creative_url?: string
    estimated_response_time?: string

    Expected time for review (e.g., '24h', '2 business days')

    status_url?: string

    URL to poll for updated approval status. GET this URL to receive a creative-approval-response. Poll at reasonable intervals (suggested: every 5 minutes, back off after 1 hour to every 30 minutes). Stop polling after estimated_response_time has elapsed and the status is still pending_review.

    context?: ContextObject
    ext?: ExtensionObject