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

    Interface CreatePropertyListRequest

    Type of asset. Note: Brand manifests typically contain basic media assets (image, video, audio, text). Code assets (html, javascript, css) and ad markup (vast, daast) are usually not part of brand asset libraries.

    interface CreatePropertyListRequest {
        name: string;
        description?: string;
        base_properties?: BasePropertySource[];
        filters?: PropertyListFilters;
        brand_manifest?: BrandManifest;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    name: string

    Human-readable name for the list

    description?: string

    Description of the list's purpose

    base_properties?: BasePropertySource[]

    Array of property sources to evaluate. Each entry is a discriminated union: publisher_tags (publisher_domain + tags), publisher_ids (publisher_domain + property_ids), or identifiers (direct identifiers). If omitted, queries the agent's entire property database.

    brand_manifest?: BrandManifest
    context?: ContextObject
    ext?: ExtensionObject