Shopee SDK API Reference - v1.14.0
    Preparing search index...

    Interface GetContentAffiliatePerformanceSummary

    interface GetContentAffiliatePerformanceSummary {
        comments: number;
        currency: string;
        likes: number;
        orders_confirmed: number;
        orders_placed: number;
        sales_confirmed: number;
        sales_placed: number;
        units_sold_confirmed: number;
        units_sold_placed: number;
        views: number;
    }
    Index

    Properties

    comments: number

    Total content comments generated during the selected period.

    currency: string

    Currency code used for all amount-based metrics in the summary.

    likes: number

    Total content likes generated during the selected period.

    orders_confirmed: number

    Total number of confirmed orders generated through affiliate marketing during the selected period. 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. Placed orders are orders (COD and non-COD) that buyers have successfully placed, including paid and unpaid orders.

    sales_confirmed: number

    Total value of confirmed orders generated through affiliate marketing during the selected period. 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. Placed orders are orders (COD and non-COD) that buyers have successfully placed, including paid and unpaid orders.

    units_sold_confirmed: number

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

    units_sold_placed: number

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

    views: number

    Total content views generated during the selected period.