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

    Interface GetTargetedCampaignListResponseData

    GetTargetedCampaignListResponseData sub-interface for GetTargetedCampaignListResponse

    interface GetTargetedCampaignListResponseData {
        campaign_list?: GetTargetedCampaignListCampaign[];
        total_count?: number;
    }
    Index

    Properties

    Targeted campaign list.

    total_count?: number

    The total count of targeted campaigns that meet the query criteria.