Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetVideoDetailPerformanceVideoPerformance

    interface GetVideoDetailPerformanceVideoPerformance {
        comments?: number;
        conversionRate?: number;
        followersGrowth?: number;
        likes?: number;
        placedOrders?: number;
        placedSales?: number;
        productClickRate?: number;
        productClicks?: number;
        salesPerBuyer?: number;
        salesPerOrder?: number;
        shares?: number;
        soldItems?: number;
        uniqueBuyers?: number;
        views?: number;
    }
    Index

    Properties

    comments?: number

    Total comments from the video.

    conversionRate?: number

    Amount of products sold from the video/amount of views from the video.

    followersGrowth?: number

    Amount of new followers from the Video.

    likes?: number

    Total likes from the video.

    placedOrders?: number

    Amount of product orders from the video.

    placedSales?: number

    Amount of product sales from the video.

    productClickRate?: number

    The product click rate value of orders for item.

    productClicks?: number

    The product click value of orders for item.

    salesPerBuyer?: number

    Amount of product sales from the video/amount of buyers from the video.

    salesPerOrder?: number

    Amount of product sales from the video/amount of product orders from the video.

    shares?: number

    Total shares from the video.

    soldItems?: number

    Amount of products sold from the video.

    uniqueBuyers?: number

    Buyers of the products in the video.

    views?: number

    Amount of views from the video.