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

    Interface GetTargetedCampaignListCampaign

    GetTargetedCampaignListCampaign sub-interface for GetTargetedCampaignListResponseData

    interface GetTargetedCampaignListCampaign {
        affiliate_count?: number;
        campaign_id?: number;
        campaign_name?: string;
        campaign_source?: string;
        campaign_status?: string;
        item_count?: number;
        last_edit_time?: number | Date;
        last_editor?: string;
        max_rate?: number;
        min_rate?: number;
        period_end_time?: number | Date;
        period_start_time?: number | Date;
    }
    Index

    Properties

    affiliate_count?: number

    The total count of affiliates associated with the current campaign.

    campaign_id?: number

    The unique key for the current campaign.

    campaign_name?: string

    The name of the current campaign.

    campaign_source?: string

    Source of campaign setup. Applicable values: - ShopeeManaged (Note: You cannot view the details or edit this campaign. If you try to do so, an 'invalid campaign_id' error will occur.)- Seller- Unknown

    campaign_status?: string

    Campaign Status: UpcomingOngoingEndedCancelledDraftTerminatingTerminatedPaused

    item_count?: number

    The total count of items associated with the current campaign.

    last_edit_time?: number | Date

    The last edit time of the current campaign.

    last_editor?: string

    The last editor of the current campaign.

    max_rate?: number

    The max commission rate of the current campaign.

    min_rate?: number

    The min commission rate of the current campaign.

    period_end_time?: number | Date

    The end time of the current campaign, if get 32503651199 (2999-12-31 23:59:59), it means no limit

    period_start_time?: number | Date

    The start time of the current campaign.