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

    Interface GetTargetedCampaignPerformanceList

    GetTargetedCampaignPerformanceList sub-interface for GetTargetedCampaignPerformanceResponseData

    interface GetTargetedCampaignPerformanceList {
        affiliates?: number;
        campaign_id?: number;
        campaign_name?: string;
        est_commission?: string;
        item_sold?: number;
        sales?: string;
    }
    Index

    Properties

    affiliates?: number

    The number of affiliates ever brought sales for the targeted campaign.

    campaign_id?: number

    Unique identifier of the targeted campaign.

    campaign_name?: string

    Campaign name.

    est_commission?: string

    The estimated commission amount payable to affiliates from this targeted campaign.

    item_sold?: number

    Total quantity of the item sold through the targeted campaign.

    sales?: string

    Total sales amount generated from this targeted campaign, in the market's default currency.