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

    Interface GetContentAffiliatePerformanceResponseData

    GetContentAffiliatePerformanceResponseData sub-interface for GetContentAffiliatePerformanceResponse

    interface GetContentAffiliatePerformanceResponseData {
        details?: GetContentAffiliatePerformanceDetail[];
        next_cursor?: number;
        summary?: GetContentAffiliatePerformanceSummary[];
    }
    Index

    Properties

    List of content-level detail records that returns affiliate performance metrics for each selected content item within the requested date range.Details are sorted by shop_id and then content_id in ascending order.

    next_cursor?: number

    Offset to be used in the next request for fetching the next page of detail records.Notes:- Returned only when content_list is omitted or an empty array.- Calculated as cursor + returned_detail_count.- If returned_detail_count is less than page_size, it indicates there may be no more records.- If the request is already beyond the end of the result set, the API returns 0 detail records and next_cursor remains equal to the input cursor.

    Aggregated summary metrics for the requested date range, representing the overall affiliate performance of the selected content items. The summary currency is USD when multiple currencies are requested; otherwise it follows the single requested currency, or USD by default.