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

    Interface GetShopVideoPerformanceResponseData

    GetShopVideoPerformanceResponseData sub-interface for GetShopVideoPerformanceResponse

    interface GetShopVideoPerformanceResponseData {
        details?: GetShopVideoPerformanceDetail[];
        summary?: GetShopVideoPerformanceSummary[];
    }
    Index

    Properties

    Properties

    List of shop-level detail records that returns video performance metrics for each selected shop within the requested date range.Note:- details do not include total_video_duration.- unique_viewers and total_unique_buyers are unavailable for customize, month, quarter, year, and non-full-week weekly ranges.

    Aggregated summary metrics for the requested date range, representing the overall video performance of the requested shop set. Summary values are returned in USD when data exists.Note:- total_video_duration is returned only in summary.- unique_viewers and total_unique_buyers are unavailable for customize, month, quarter, year, and non-full-week weekly ranges.