@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface PriceGuidance

    Optional pricing guidance for auction-based bidding

    interface PriceGuidance {
        p25?: number;
        p50?: number;
        p75?: number;
        p90?: number;
    }
    Index

    Properties

    Properties

    p25?: number

    25th percentile of recent winning bids

    p50?: number

    Median of recent winning bids

    p75?: number

    75th percentile of recent winning bids

    p90?: number

    90th percentile of recent winning bids