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

    Interface GetGmsItemPerformanceResponseData

    GetGmsItemPerformanceResponseData sub-interface for GetGmsItemPerformanceResponse

    interface GetGmsItemPerformanceResponseData {
        campaign_id?: number;
        has_next_page?: boolean;
        result_list?: GetGmsItemPerformanceResult[];
        total?: number;
    }
    Index

    Properties

    campaign_id?: number

    GMS Campaign ID

    has_next_page?: boolean

    Indicate that there are more item ID reports.

    total?: number

    Total number of Item ID reports.