@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyManagedCreativeFilters

    interface LegacyManagedCreativeFilters {
        format?:
            | LegacyFormatReferenceStructuredObject
            | LegacyFormatReferenceStructuredObject[];
        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

    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