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

    Interface ListAuthorizedPropertiesResponse

    Standard advertising channels supported by AdCP

    interface ListAuthorizedPropertiesResponse {
        publisher_domains: [string, ...string[]];
        primary_channels?: [AdvertisingChannels, ...AdvertisingChannels[]];
        primary_countries?: [string, ...string[]];
        portfolio_description?: string;
        advertising_policies?: string;
        last_updated?: string;
        errors?: Error[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    publisher_domains: [string, ...string[]]

    Publisher domains this agent is authorized to represent. Buyers should fetch each publisher's adagents.json to see property definitions and verify this agent is in their authorized_agents list with authorization scope.

    1

    primary_channels?: [AdvertisingChannels, ...AdvertisingChannels[]]

    Primary advertising channels represented in this property portfolio. Helps buying agents quickly filter relevance.

    1

    primary_countries?: [string, ...string[]]

    Primary countries (ISO 3166-1 alpha-2 codes) where properties are concentrated. Helps buying agents quickly filter relevance.

    1

    portfolio_description?: string

    Markdown-formatted description of the property portfolio, including inventory types, audience characteristics, and special features.

    advertising_policies?: string

    Publisher's advertising content policies, restrictions, and guidelines in natural language. May include prohibited categories, blocked advertisers, restricted tactics, brand safety requirements, or links to full policy documentation.

    last_updated?: string

    ISO 8601 timestamp of when the agent's publisher authorization list was last updated. Buyers can use this to determine if their cached publisher adagents.json files might be stale.

    errors?: Error[]

    Task-specific errors and warnings (e.g., property availability issues)

    context?: ContextObject
    ext?: ExtensionObject