Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias GetAllCpcAdsDailyPerformanceParams

    Parameters for the get all CPC ads daily performance API

    type GetAllCpcAdsDailyPerformanceParams = {
        end_date: string;
        start_date: string;
    }
    Index

    Properties

    Properties

    end_date: string

    End date of the performance data range (DD-MM-YYYY format)

    start_date: string

    Start date of the performance data range (DD-MM-YYYY format)