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

    Type Alias CreateGmsProductCampaignParams

    Parameters for the create GMS product campaign API

    type CreateGmsProductCampaignParams = {
        daily_budget: number;
        end_date?: string;
        reference_id?: string;
        roas_target?: number;
        start_date: string;
    }
    Index

    Properties

    daily_budget: number

    Daily budget for Campaign

    end_date?: string

    End date of Campaign (DD-MM-YYYY format). Do not fill if no end date.

    reference_id?: string

    A random string used to prevent duplicate ads

    roas_target?: number

    ROAS target for the campaign:

    • No input or 0: GMV Max Auto Bidding (Shop)
    • Greater than 0: GMV Max Custom ROAS (Shop)
    start_date: string

    Start date of Campaign (DD-MM-YYYY format). Cannot be earlier than today.