@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface BrandWebsiteAlias

    interface BrandWebsiteAlias {
        domain: string;
        source: "brand_json_property";
        path: string;
        brandId?: string;
        brandName?: string;
        propertyName?: string;
        primary?: boolean;
        relationship: "owned";
    }
    Index

    Properties

    domain: string

    Normalized hostname/domain claimed by an owned website property.

    source: "brand_json_property"

    Where this alias was derived from.

    path: string

    Manifest path of the source property, e.g. brands[0].properties[1].

    brandId?: string

    Portfolio-local brand id when the alias came from brands[].

    brandName?: string

    Human-readable brand name inferred from name, brand_name, or names[].

    propertyName?: string

    Property display name, when published.

    primary?: boolean

    Whether the source property was marked primary.

    relationship: "owned"

    Only owned website properties are surfaced as brand aliases.