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

    Interface GetVideoPerformanceListList

    GetVideoPerformanceListList sub-interface for GetVideoPerformanceListResponseData

    interface GetVideoPerformanceListList {
        avg_views_duration?: number;
        caption?: string;
        comments?: number;
        completion_rate?: number;
        confirmed_item_sold?: number;
        confirmed_orders?: number;
        confirmed_sales?: number;
        cover_image_url?: string;
        duration?: string;
        fetched_date_range?: string;
        likes?: number;
        placed_item_sold?: number;
        placed_orders?: number;
        placed_sales?: number;
        post_id?: string;
        post_time?: number | Date;
        shares?: number;
        status?: number;
        video_upload_id?: string;
        video_url?: string;
        views?: number;
    }
    Index

    Properties

    avg_views_duration?: 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).

    completion_rate?: number

    Video completion rate.

    confirmed_item_sold?: number

    Number of item sold from confirmed orders in the video.

    confirmed_orders?: number

    The number of confirmed orders for the video.

    confirmed_sales?: number

    The confirmed value of orders for the video.

    cover_image_url?: string

    Cover image url of the Shopee Video.

    duration?: string

    Video duration time in millisecond.

    fetched_date_range?: string

    Data Date Range.

    likes?: number

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

    placed_item_sold?: number

    Number of item sold from placed orders in the video.

    placed_orders?: number

    The number of placed orders for the video.

    placed_sales?: number

    The placed value of orders for the video.

    Optionalpost_id

    post_id?: string

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

    Optionalpost_time

    post_time?: number | Date

    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

    video_upload_id?: string

    ID of uploaded video.

    video_url?: string

    Video play url.

    views?: number

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