@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface PropertyListFilters

    Dynamic filters to apply when resolving the list

    interface PropertyListFilters {
        countries_all?: string[];
        channels_any?: MediaChannel[];
        property_types?: PropertyType[];
        feature_requirements?: FeatureRequirement[];
        exclude_identifiers?: Identifier[];
    }
    Index

    Properties

    countries_all?: string[]

    Property must have feature data for ALL listed countries (ISO codes). When omitted, no country restriction is applied.

    channels_any?: MediaChannel[]

    Property must support ANY of the listed channels. When omitted, no channel restriction is applied.

    property_types?: PropertyType[]

    Filter to these property types

    feature_requirements?: FeatureRequirement[]

    Feature-based requirements. Property must pass ALL requirements (AND logic).

    exclude_identifiers?: Identifier[]

    Identifiers to always exclude from results