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

    Interface GetVideoPerformanceListList

    interface GetVideoPerformanceListList {
        avgViewsDuration?: number;
        caption?: string;
        comments?: number;
        completionRate?: number;
        confirmedItemSold?: number;
        confirmedOrders?: number;
        confirmedSales?: number;
        coverImageUrl?: string;
        duration?: number;
        fetchedDateRange?: string;
        likes?: number;
        placedItemSold?: number;
        placedOrders?: number;
        placedSales?: number;
        postId?: string;
        postTime?: number;
        shares?: number;
        status?: number;
        videoUploadId?: string;
        videoUrl?: string;
        views?: number;
    }
    Index

    Properties

    avgViewsDuration?: number

    Total watch duration per video.

    caption?: string

    Description of the Shopee Video.

    comments?: number

    Comment count the post Shopee Video. Only have value when the video status is 300 (POSTED).

    completionRate?: number

    Video completion rate.

    confirmedItemSold?: number

    Number of item sold from confirmed orders in the video.

    confirmedOrders?: number

    The number of confirmed orders for the video.

    confirmedSales?: number

    The confirmed value of orders for the video.

    coverImageUrl?: string

    Cover image url of the Shopee Video.

    duration?: number

    Video duration time in millisecond.

    fetchedDateRange?: string

    Data Date Range.

    likes?: number

    Like count the post Shopee Video. Only have value when the video status is 300 (POSTED).

    placedItemSold?: number

    Number of item sold from placed orders in the video.

    placedOrders?: number

    The number of placed orders for the video.

    placedSales?: number

    The placed value of orders for the video.

    postId?: string

    The unique identifier for post Shopee Video. Only have value when the video status is 300 (POSTED).

    postTime?: number

    The time when the video post to Shopee Video. Only have value when the video status is 300 (POSTED).

    shares?: number

    Share count the post Shopee Video. Only have value when the video status is 300 (POSTED).

    status?: number

    Video current status. Applicable values:300: POSTED400: DELETED

    videoUploadId?: string

    ID of uploaded video.

    videoUrl?: string

    Video play url.

    views?: number

    View count of post Shopee Video. Only have value when the video status is 300 (POSTED).