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

    Interface GetSessionMetricResponseData

    GetSessionMetricResponseData sub-interface for GetSessionMetricResponse

    interface GetSessionMetricResponseData {
        atc?: number;
        avg_viewing_duration?: number;
        ccu?: number;
        co?: number;
        comments?: number;
        ctr?: number;
        engage_ccu_1m?: number;
        gmv?: number;
        likes?: number;
        orders?: number;
        peak_ccu?: number;
        shares?: number;
        views?: number;
    }
    Index

    Properties

    atc?: number

    Number of "Add To Cart" button clicked for all products in the orange bag during livestream.

    avg_viewing_duration?: number

    Average of Viewer duration watching in the stream.

    ccu?: number

    Number of viewers during stream.

    co?: number

    Amount of product orders from the stream divided by Amount of product clicks from the stream.

    comments?: number

    Number of comments acquired during the stream.

    ctr?: number

    Number of products clicks divided by Number of Livestream views.

    engage_ccu_1m?: number

    Number of Concurrent viewers in the stream that have watched for more than 1 minute.

    gmv?: number

    Value of placed orders (paid and unpaid) during Livestream, including sales from cancelled orders.

    likes?: number

    Number of "Like" clicked during livestream.

    orders?: number

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

    peak_ccu?: number

    Highest number of viewers during stream.

    shares?: number

    Number of shares created during the stream.

    views?: number

    Number of views from the stream.