Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetOverviewPerformanceKeyMetric

    GetOverviewPerformanceKeyMetric sub-interface for GetOverviewPerformanceResponseData

    interface GetOverviewPerformanceKeyMetric {
        avg_view_duration?: number;
        confirmed_item_sold?: number;
        confirmed_orders?: number;
        confirmed_sales?: number;
        effective_views?: number;
        placed_item_sold?: number;
        placed_orders?: number;
        placed_sales?: number;
        total_viewers?: number;
    }
    Index

    Properties

    avg_view_duration?: number

    Total watch duration per video.

    confirmed_item_sold?: number

    Number of item sold from confirmed orders in the video.

    confirmed_orders?: number

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

    confirmed_sales?: number

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

    effective_views?: number

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

    placed_item_sold?: number

    Number of item sold from placed orders in the video.

    placed_orders?: number

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

    placed_sales?: number

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

    total_viewers?: number

    Number of viewers of the video.