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

    Interface GetOverviewPerformanceKeyMetric

    interface GetOverviewPerformanceKeyMetric {
        avgViewDuration?: number;
        confirmedItemSold?: number;
        confirmedOrders?: number;
        confirmedSales?: number;
        effectiveViews?: number;
        placedItemSold?: number;
        placedOrders?: number;
        placedSales?: number;
        totalViewers?: number;
    }
    Index

    Properties

    avgViewDuration?: number

    Total watch duration per video.

    confirmedItemSold?: number

    Number of item sold from confirmed orders in the video.

    confirmedOrders?: number

    The number of confirmed orders from all videos in the period selected.

    confirmedSales?: number

    The confirmed value of orders from all videos in the period selected.

    effectiveViews?: number

    Number of views for the video that lasted for more than 3 seconds.

    placedItemSold?: number

    Number of item sold from placed orders in the video.

    placedOrders?: number

    The number of placed orders from all videos in the period selected.

    placedSales?: number

    The placed value of orders from all videos in the period selected.

    totalViewers?: number

    Number of viewers of the video.