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

    Type Alias PricingOption

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

    A pricing model option offered by a publisher for a product. Discriminated by pricing_model field. If fixed_price is present, it's fixed pricing. If absent, it's auction-based (floor_price and price_guidance optional). Bid-based auction models may also include max_bid as a boolean signal to interpret bid_price as a buyer ceiling instead of an exact honored price.