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

    Interface GetAllCpcAdsDailyPerformanceRequest

    Request parameters for get_all_cpc_ads_daily_performance

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

    interface GetAllCpcAdsDailyPerformanceRequest {
        end_date: string;
        start_date: string;
    }
    Index

    Properties

    Properties

    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.