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

    Interface GetProductLevelCampaignSettingInfoCommonInfo

    GetProductLevelCampaignSettingInfoCommonInfo sub-interface for GetProductLevelCampaignSettingInfoCampaign

    interface GetProductLevelCampaignSettingInfoCommonInfo {
        ad_name?: string;
        ad_type?: string;
        bidding_method?: string;
        campaign_budget?: number;
        campaign_duration?: GetProductLevelCampaignSettingInfoCampaignDuration;
        campaign_placement?: string;
        campaign_status?: string;
        item_id_list?: number[];
    }
    Index

    Properties

    ad_name?: string

    the name of each ad

    ad_type?: string

    auto, manual

    bidding_method?: string

    auto, manual

    campaign_budget?: number

    The budget per campaign. Please kindly note that if the campaign budget = 0, it means the budget set for this campaign is unlimited

    the duration per campaign

    campaign_placement?: string

    search, discovery, all

    campaign_status?: string

    ongoing, scheduled, ended, paused, deleted, closed

    item_id_list?: number[]

    List of unique identifiers for all products under this campaign. If the campaign is using auto product selection it can have between zero and many products. If the campaign is using manual product selection, it has exactly one.