@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface CreativeFilters

    interface CreativeFilters {
        format?: FormatID | FormatID[];
        type?:
            | "image"
            | "video"
            | "html"
            | "native"
            | ("image" | "video" | "html" | "native")[];
        status?: string | string[];
        tags?: string | string[];
        created_after?: string;
        created_before?: string;
        updated_after?: string;
        updated_before?: string;
        assigned_to?: string;
        performance_score_min?: number;
        performance_score_max?: number;
    }
    Index

    Properties

    format?: FormatID | FormatID[]
    type?:
        | "image"
        | "video"
        | "html"
        | "native"
        | ("image" | "video" | "html" | "native")[]
    status?: string | string[]
    tags?: string | string[]
    created_after?: string
    created_before?: string
    updated_after?: string
    updated_before?: string
    assigned_to?: string
    performance_score_min?: number
    performance_score_max?: number