OptiView Ads SDK
    Preparing search index...

    Interface DeliveryRule

    One delivery-steering rule. Without targeting it matches every client (the default).

    interface DeliveryRule {
        mode: DeliveryMode;
        targeting?: Targeting;
    }
    Index

    Typed as DeliveryMode, but unknown future values may arrive (forward compatibility).

    targeting?: Targeting