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

    Interface GetSessionLivestreamPerformanceDetail

    GetSessionLivestreamPerformanceDetail sub-interface for GetSessionLivestreamPerformanceResponseData

    interface GetSessionLivestreamPerformanceDetail {
        atc_units?: number;
        average_views_duration?: number;
        buyers?: number;
        comments?: number;
        conversion_rate?: number;
        currency?: string;
        likes?: number;
        new_followers?: number;
        orders?: number;
        region?: string;
        sales_gross?: number;
        sales_net?: number;
        session_id?: number;
        session_name?: string;
        shop_id?: number;
        shop_name?: string;
        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 this livestream session.

    average_views_duration?: number

    Average time viewers watch this livestream session.

    buyers?: number

    Number of unique buyers who placed orders from this livestream session.

    comments?: number

    Total number of comments acquired during this livestream session.

    conversion_rate?: number

    Livestream orders / Livestream views.

    currency?: string

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

    likes?: number

    Total number of likes in this livestream session.

    new_followers?: number

    Total followers gained from this livestream session.

    orders?: number

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

    region?: string

    Region code of the shop that owns this livestream session.

    sales_gross?: number

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

    session_id?: number

    Livestream session identifier.

    session_name?: string

    Livestream session name.

    shop_id?: number

    Shop identifier that owns this livestream session.

    shop_name?: string

    Shop name that owns this livestream session.

    total_live_duration?: number

    Total duration of this livestream session.

    total_views?: number

    Total views from this livestream session.

    unique_viewers?: number

    Total unique viewers from this livestream session.

    units_sold?: number

    Number of items sold from placed orders during this livestream session.