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

    Interface GetTargetedCampaignSettingsResponseData

    GetTargetedCampaignSettingsResponseData sub-interface for GetTargetedCampaignSettingsResponse

    interface GetTargetedCampaignSettingsResponseData {
        affiliate_list?: GetTargetedCampaignSettingsAffiliate[];
        budget?: number;
        budget_cost?: number;
        campaign_name?: string;
        commission_status?: string;
        is_set_budget?: boolean;
        item_list?: GetTargetedCampaignSettingsItem[];
        pending_terminated_time?: number | Date;
        period_end_time?: number | Date;
        period_start_time?: number | Date;
        seller_message?: string;
    }
    Index

    Properties

    The list of affiliates associated with the current campaign.

    budget?: number

    The budget of the current campaign.Note: TH not supported

    budget_cost?: number

    The budget already spent on the current campaign.Note: TH not supported

    campaign_name?: string

    The name of the current campaign.

    commission_status?: string

    Campaign Status: UpcomingOngoingEndedCancelledDraftTerminatingTerminatedPaused

    is_set_budget?: boolean

    Has the current campaign set a budget.Note: TH not supported

    The list of items associated with the current campaign.

    pending_terminated_time?: number | Date

    Pending Terminated Time.

    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.

    seller_message?: string

    The message displayed to affiliates.