airbridge-web-sdk
    Preparing search index...

    Type Alias BannerDownloadDestinationOptions

    type BannerDownloadDestinationOptions = {
        type: "download";
        defaultParams?: PlacementParameters["defaultParams"];
        ctaParams?: PlacementParameters["ctaParams"];
    }
    Index

    Properties

    type: "download"

    The destination type: download

    The attribution parameters.

    The CTA parameters.