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

    Interface GetProductCampaignDailyPerformanceRequest

    Request parameters for get_product_campaign_daily_performance

    Use this API to get Product level ads multiple-days daily performance.

    interface GetProductCampaignDailyPerformanceRequest {
        campaign_id_list: string[];
        end_date: string;
        start_date: string;
    }
    Index

    Properties

    campaign_id_list: string[]

    The campaign ids (comma separated) you want to fetch the performance. (max 100)

    end_date: string

    This is the parameter to indicate the end date of the time length of performance

    start_date: string

    This is the parameter to indicate the start date of the time length of performance.