@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface OmnibarUpsellShown

    Fired once when the conditional subscription upsell CTA becomes visible inside an omnibar picker (impression). picker identifies which picker surfaced the upsell.

    interface OmnibarUpsellShown {
        name: "omnibar_upsell";
        value: { picker: "model" | "reasoning" };
    }
    Index

    Properties

    Properties

    name: "omnibar_upsell"
    value: { picker: "model" | "reasoning" }