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

    Interface GetSessionLivestreamPerformanceSummary

    interface GetSessionLivestreamPerformanceSummary {
        atc_units: number;
        average_views_duration: number;
        buyers: number;
        comments: number;
        conversion_rate: number;
        currency: string;
        likes: number;
        new_followers: number;
        orders: number;
        sales_gross: number;
        sales_net: number;
        total_live_duration: 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 the selected livestream sessions.

    average_views_duration: number

    Average time viewers watch the selected livestream sessions.

    buyers: number

    Number of unique buyers who placed orders from the selected livestream sessions.

    comments: number

    Total number of comments acquired during the selected livestream sessions.

    conversion_rate: number

    Livestream orders / Livestream views.

    currency: string

    Currency code used for all amount-based metrics in the summary. Summary values are returned in USD.

    likes: number

    Total number of likes in the selected livestream sessions.

    new_followers: number

    Total followers gained from the selected livestream sessions.

    orders: number

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

    sales_gross: number

    Value of placed orders (paid and unpaid) during the selected livestream sessions, 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 the selected livestream sessions, 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.

    total_live_duration: number

    Total duration of the selected livestream sessions.

    total_views: number

    Total views from the selected livestream sessions.

    unique_viewers: number

    Total unique viewers from the selected livestream sessions.

    units_sold: number

    Number of items sold from placed orders during the selected livestream sessions.