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

    Interface GetClipVideoPerformanceDetail

    interface GetClipVideoPerformanceDetail {
        atc_units: number;
        average_views_duration: number;
        comments: number;
        conversion_rate: number;
        currency: string;
        likes: number;
        orders: number;
        region: string;
        sales: number;
        share: number;
        shop_id: number;
        shop_name: string;
        total_unique_buyers: number;
        total_views: number;
        unique_viewers: number;
        units_sold: number;
        video_duration: number;
        video_id: number;
        video_name: string;
    }
    Index

    Properties

    atc_units: number

    Number of Add To Cart button clicks for all products in the orange bag during this video.

    average_views_duration: number

    Average viewing duration per video in minutes.

    comments: number

    Number of comments generated from this video.

    conversion_rate: number

    Video orders / total video views.

    currency: string

    Currency code used for all amount-based metrics of this video item.

    likes: number

    Number of Like clicks from this video.

    orders: number

    Number of placed orders (paid and unpaid) during this video, including cancelled orders.

    region: string

    Region code of the shop that owns this video.

    sales: number

    Value of placed orders (paid and unpaid) from this video in the period, reflecting the sales amount received by sellers after deducting seller rebates. Note: This value includes sales from cancelled and return/refund orders.

    share: number

    Number of shares created from this video.

    shop_id: number

    Shop identifier that owns this video.

    shop_name: string

    Shop name that owns this video.

    total_unique_buyers: number

    Number of unique buyers who placed order from this video. Note: This data is unavailable when you select by month, by quarter, by year, customize date, or a non-full weekly range.

    total_views: number

    Total views from this video.

    unique_viewers: number

    Number of video viewers in the selected period. Note: This data is unavailable when you select by month, by quarter, by year, customize date, or a non-full weekly range.

    units_sold: number

    Number of items sold from placed orders during this video.

    video_duration: number

    Video duration in minutes.

    video_id: number

    Video identifier.

    video_name: string

    Video name.