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

    Interface ProductPropertyPolicyDiagnostic

    interface ProductPropertyPolicyDiagnostic {
        code: ProductPropertyPolicyDiagnosticCode;
        severity: ProductPropertyPolicyDiagnosticSeverity;
        message: string;
        product_index: number;
        product_id?: string;
        path: string;
        publisher_property_index?: number;
        selection_type?: string;
        publisher_domain?: string;
        publisher_domains?: string[];
        normalized_domain?: string;
        normalized_domains?: string[];
        matched_allowed_domain?: string;
        matched_excluded_domain?: string;
        property_ids?: string[];
        matched_property_ids?: string[];
    }
    Index

    Properties

    message: string
    product_index: number
    product_id?: string
    path: string
    publisher_property_index?: number
    selection_type?: string
    publisher_domain?: string
    publisher_domains?: string[]
    normalized_domain?: string
    normalized_domains?: string[]
    matched_allowed_domain?: string
    matched_excluded_domain?: string
    property_ids?: string[]
    matched_property_ids?: string[]