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

    Interface GetShopLivestreamPerformanceDetail

    interface GetShopLivestreamPerformanceDetail {
        atc_units: number;
        average_live_duration: number;
        average_views_duration: number;
        buyers: number;
        comments: number;
        conversion_rate: number;
        currency: string;
        existing_buyers: number;
        likes: number;
        new_buyers: number;
        new_followers: number;
        orders: number;
        region: string;
        sales_gross: number;
        sales_net: number;
        shop_id: number;
        shop_name: string;
        total_live_duration: number;
        total_livestreams: number;
        total_views: 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 Livestream.

    average_live_duration: number

    Average duration of your Livestream.

    average_views_duration: number

    Average time viewers watch your Livestreams.

    buyers: number

    Number of unique buyers who placed order from your Livestream.

    comments: number

    Total number of comments acquired during your Livestream.

    conversion_rate: number

    Livestream orders / Livestream views.

    currency: string

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

    existing_buyers: number

    Number of buyers who have already had placed orders (including paid and unpaid) via your Livestream in the past 365 days.

    likes: number

    Total number of likes in your Livestream.

    new_buyers: number

    Number of buyers who have not had placed orders (including paid and unpaid) via your Livestream in the past 365 days.

    new_followers: number

    Total followers gained from your Livestream.

    orders: number

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

    region: string

    Region code of the shop.

    sales_gross: number

    Value of placed orders (paid and unpaid) during your Livestream, reflecting the sales amount received by sellers after deducting seller rebates. Note: This value includes sales from cancelled orders.

    sales_net: number

    Value of placed orders (paid and unpaid) during your Livestream, reflecting the sales amount received by sellers after deducting seller rebates. Note: This value excludes the refund amount for all non-cancelled and invalid items.

    shop_id: number

    Shop identifier.

    shop_name: string

    Shop name.

    total_live_duration: number

    Total duration of your Livestream.

    total_livestreams: number

    Total count of Livestream sessions in the selected period.

    total_views: number

    Total views from your Livestream.

    unique_viewers: number

    Total unique viewers from your Livestream.

    units_sold: number

    Number of items sold from placed orders during your Livestream.