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

    Interface UpdateBasicInfoOfTargetedCampaignRequest

    Request parameters for update_basic_info_of_targeted_campaign

    Edit campaign name, promotion period, message, and budget (if the shop is whitelisted) of target campaign

    interface UpdateBasicInfoOfTargetedCampaignRequest {
        budget?: number;
        campaign_id: number;
        campaign_name?: string;
        is_set_budget?: boolean;
        period_end_time?: number | Date;
        period_start_time?: number | Date;
    }
    Index

    Properties

    budget?: number

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

    campaign_id: number

    The unique key for the current campaign.

    campaign_name?: string

    The name of the current campaign.

    is_set_budget?: boolean

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

    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 start time of the designated campaign, in seconds.