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

    Interface GetContentAffiliatePerformanceDetail

    GetContentAffiliatePerformanceDetail sub-interface for GetContentAffiliatePerformanceResponseData

    interface GetContentAffiliatePerformanceDetail {
        comments?: number;
        content_id?: number;
        content_name?: string;
        currency?: string;
        likes?: number;
        orders_confirmed?: number;
        orders_placed?: number;
        region?: string;
        sales_confirmed?: number;
        sales_placed?: number;
        shop_id?: number;
        shop_name?: string;
        units_sold_confirmed?: number;
        units_sold_placed?: number;
        views?: number;
    }
    Index

    Properties

    comments?: number

    Total content comments generated during the selected period for this content item.

    content_id?: number

    Affiliate content identifier.

    content_name?: string

    Affiliate content name.

    currency?: string

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

    likes?: number

    Total content likes generated during the selected period for this content item.

    orders_confirmed?: number

    Total number of confirmed orders generated through affiliate marketing during the selected period for this content item. Confirmed orders are either non-Cash On Delivery (non-COD) orders that have been paid for or COD orders that have been confirmed for shipping (usually 30 mins after placing the order).

    orders_placed?: number

    Total number of placed orders generated through affiliate marketing during the selected period for this content item. Placed orders are orders (COD and non-COD) that buyers have successfully placed, including paid and unpaid orders.

    region?: string

    Region code of the shop that owns this content item.

    sales_confirmed?: number

    Total value of confirmed orders generated through affiliate marketing during the selected period for this content item. Confirmed orders are either non-Cash On Delivery (non-COD) orders that have been paid for or COD orders that have been confirmed for shipping (usually 30 mins after placing the order).

    sales_placed?: number

    Total value of placed orders generated through affiliate marketing during the selected period for this content item. Placed orders are orders (COD and non-COD) that buyers have successfully placed, including paid and unpaid orders.

    shop_id?: number

    Shop identifier that owns this content item.

    shop_name?: string

    Shop name that owns this content item.

    units_sold_confirmed?: number

    Total number of items sold in confirmed orders generated through affiliate marketing during the selected period for this content item.

    units_sold_placed?: number

    Total number of items sold in placed orders generated through affiliate marketing during the selected period for this content item.

    views?: number

    Total content views generated during the selected period for this content item.