airbridge-web-sdk
    Preparing search index...

    Type Alias SetDownloadsOptions

    type SetDownloadsOptions = {
        buttonID: string | string[];
        defaultParams?: PlacementParameters["defaultParams"];
        ctaParams?: PlacementParameters["ctaParams"];
    }
    Index

    Properties

    buttonID: string | string[]

    The button ID(s) to add the click event.

    The attribution parameters.

    The CTA parameters.