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

    Interface GetClipVideoPerformanceSummary

    GetClipVideoPerformanceSummary sub-interface for GetClipVideoPerformanceResponseData

    interface GetClipVideoPerformanceSummary {
        atc_units?: number;
        average_views_duration?: number;
        comments?: number;
        conversion_rate?: number;
        currency?: string;
        likes?: number;
        orders?: number;
        sales?: number;
        share?: number;
        total_unique_buyers?: number;
        total_views?: number;
        unique_viewers?: number;
        units_sold?: number;
        video_duration?: number;
    }
    Index

    Properties

    atc_units?: number

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

    average_views_duration?: number

    Average viewing duration per video in minutes.

    comments?: number

    Number of comments generated from the selected videos.

    conversion_rate?: number

    Video orders / total video views.

    currency?: string

    Currency code used for all amount-based metrics in the summary.

    likes?: number

    Number of Like clicks from the selected videos.

    orders?: number

    Number of placed orders (paid and unpaid) during the selected videos, including cancelled orders.

    sales?: number

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

    total_unique_buyers?: number

    Number of unique buyers who placed order from the selected videos. 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 the selected videos.

    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 the selected videos.

    video_duration?: number

    Video duration in minutes.