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

    Interface GetCreateProductAdBudgetSuggestionRequest

    Request parameters for get_create_product_ad_budget_suggestion

    Call this API to get budget suggestion for product ads creation

    interface GetCreateProductAdBudgetSuggestionRequest {
        bidding_method: string;
        campaign_placement: string;
        discovery_ads_location_names?: string;
        enhanced_cpc?: string;
        item_id?: number;
        product_selection: string;
        reference_id: string;
        roas_target?: number;
    }
    Index

    Properties

    bidding_method: string

    Bidding Method of product ad: auto, manual

    campaign_placement: string

    search, discovery, all

    discovery_ads_location_names?: string

    List of comma separated location values from: daily_discover, you_may_also_like.Mandatory for product_selection=manual, product_placement={all|discovery}, bidding_method=manual

    enhanced_cpc?: string

    Enhanced CPC functionality toggle. Values supported "true"/"false". Mandatory for product_selection=manual, bidding_method=manual

    item_id?: number

    Product ID. Mandatory for product_selection=manual

    product_selection: string

    auto,manual - for Auto product ads or Manual Product Ads

    reference_id: string

    A random string used to prevent duplicate ads. If an ads is created successfully, subsequent request using the same reference id will fail

    roas_target?: number

    the ROAS target for each campaign with auto bidding. If 0, GMV Max / ROI feature is not enabled