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

    Interface GetShopVideoPerformanceDetail

    interface GetShopVideoPerformanceDetail {
        atc_units: number;
        average_video_duration: number;
        average_views_duration: number;
        comments: number;
        conversion_rate: number;
        currency: string;
        effective_views: number;
        likes: number;
        orders: number;
        region: string;
        sales: number;
        share: number;
        shop_id: number;
        shop_name: string;
        total_unique_buyers: number;
        unique_viewers: number;
        units_sold: number;
    }
    Index

    Properties

    atc_units: number

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

    average_video_duration: number

    Average duration of your videos in minutes.

    average_views_duration: number

    Average viewing duration per video in minutes.

    comments: number

    Number of comments generated from all videos.

    conversion_rate: number

    Video orders / effective video views.

    currency: string

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

    effective_views: number

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

    likes: number

    Number of Like clicks from all videos.

    orders: number

    Number of placed orders (paid and unpaid) during your Video, including cancelled orders.

    region: string

    Region code of the shop.

    sales: number

    Value of placed orders (paid and unpaid) from all videos 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 all videos.

    shop_id: number

    Shop identifier.

    shop_name: string

    Shop name.

    total_unique_buyers: number

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

    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 your Video.