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

    Interface Property

    Advertising property definition from adagents.json

    interface Property {
        property_id?: string;
        property_type: PropertyType;
        name: string;
        identifiers: PropertyIdentifier[];
        tags?: string[];
        publisher_domain?: string;
    }
    Index

    Properties

    property_id?: string
    property_type: PropertyType
    name: string
    identifiers: PropertyIdentifier[]
    tags?: string[]
    publisher_domain?: string