react-native-firework-sdk
    Preparing search index...

    Interface ShoppingCTAEvent

    interface ShoppingCTAEvent {
        customCTA?: CustomCTA;
        productId: string;
        unitId: string;
        url: string;
        video: VideoPlaybackDetails;
    }
    Index

    Properties

    customCTA?: CustomCTA

    This property only has value when configuring a custom product primary CTA in the business portal.

    productId: string

    A unique identifier of the product.

    unitId: string

    A unique identifier of the product unit.

    url: string

    The url for the product unit

    The video playback details for the event.