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

    Interface GetContentPerformanceList

    GetContentPerformanceList sub-interface for GetContentPerformanceResponseData

    interface GetContentPerformanceList {
        affiliate_name?: string;
        affiliate_username?: string;
        channel?: string;
        comments?: number;
        content_id?: string;
        content_title?: string;
        items_sold?: number;
        likes?: number;
        orders?: number;
        post_time?: number;
        products?: number;
        sales?: string;
        views?: number;
    }
    Index

    Properties

    affiliate_name?: string

    Display name of the affiliate who posted the content, typically the Shopee name.

    affiliate_username?: string

    Login or Shopee account username associated with the affiliate.

    channel?: string

    Channel. Applicable values: - ShopeeVideo- LiveStreaming

    comments?: number

    The total number of comments for the content of this shop within the selected time range

    content_id?: string

    Unique identifier of the content where the product is placed.

    content_title?: string

    Title or name of the content (e.g., video, livestream) associated with the product.

    items_sold?: number

    The total number of items sold associated with the shop for the content in the selected time range

    likes?: number

    The total number of likes for the content of this shop within the selected time range

    orders?: number

    The total number of orders associated with the shop for the content in the selected time range

    Optionalpost_time

    post_time?: number

    Livestream: The livestream start time.Video: The video post time.

    products?: number

    Number of products associated with the content.

    sales?: string

    The total sales of the content associated with the shop orders within the selected time range

    views?: number

    The total viewed pv of the content of this shop within the selected time range