@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Type Alias PricingOption

    PricingOption:
        | CPMPricingOption
        | VCPMPricingOption
        | CPCPricingOption
        | CPCVPricingOption
        | CPVPricingOption
        | CPPPricingOption
        | CPAPricingOption
        | RevenueSharePricingOption
        | FlatRatePricingOption
        | TimeBasedPricingOption

    A seller's commercial pricing offer, discriminated by pricing_model. pricing_option_id is the immutable identity of its binding commercial terms: changing fixed price, floor, currency, model, or priced applicability requires a new ID rather than reinterpreting the old one. fixed_price is an agreed seller price; floor_price is the seller minimum for an auction-priced option; price_guidance is non-binding discovery guidance. Buyer execution instructions belong in BiddingPolicy. revenue_share is contingent pricing: its payable spend is calculated from settled commissionable_value and does not use fixed_price or auction bidding fields. The legacy max_bid boolean and package bid_price are deprecated in 3.2 and removed in the next major.