@adcp/client API Reference - v3.11.2
    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). Required.

    channels_any: MediaChannel[]

    Property must support ANY of the listed channels. Required.

    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