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

    Interface CreateNewTargetedCampaignRequest

    Request parameters for create_new_targeted_campaign

    Create a new campaign with custom product & affiliate selections, and basic info filling.

    interface CreateNewTargetedCampaignRequest {
        affiliate_list: CreateNewTargetedCampaignAffiliate[];
        budget?: number;
        campaign_name: string;
        is_set_budget?: boolean;
        item_list: CreateNewTargetedCampaignItem[];
        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

    Budget value set for the current campaign.Note: TH not supported

    campaign_name: string

    The name of the current campaign.

    is_set_budget?: boolean

    Budget allocation toggle for the current campaign.Note: TH not supported

    The list of items associated with the current campaign.

    period_end_time: number | Date

    The period end time of campaign, in seconds.Can set 32503651199 (2999-12-31 23:59:59) represent of no limit.

    period_start_time: number | Date

    The period start time of campaign, in seconds.

    seller_message: string

    The message displayed to affiliates.