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

    Interface CreateManualProductAdsRequest

    Request parameters for create_manual_product_ads

    Use this API to create Manual Selection Product Ads

    interface CreateManualProductAdsRequest {
        bidding_method: string;
        budget: number;
        discovery_ads_locations?: CreateManualProductAdsDiscoveryAdsLocation[];
        end_date?: string;
        enhanced_cpc?: boolean;
        item_id: number;
        reference_id: string;
        roas_target?: number;
        selected_keywords?: CreateManualProductAdsSelectedKeyword[];
        smart_creative_setting?: string | number;
        start_date: string;
    }
    Index

    Properties

    bidding_method: string

    auto, manual

    budget: number

    The budget set for the Auto Product Ads

    discovery_ads_locations?: CreateManualProductAdsDiscoveryAdsLocation[]

    the location settings for manual bidding method

    end_date?: string

    the end date of each campaign. please kindly note that if you want to set an unlimited campaign, you can keep empty for the end date field

    enhanced_cpc?: boolean

    Enhanced CPC functionality toggle

    item_id: number

    Product ID

    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

    selected keywords, required for manual bidding mode

    smart_creative_setting?: string | number

    Whether to use default or set on/off Smart Creative for this ad. Supported Values: "", "default", "on", "off". Empty string treated as default.

    start_date: string

    the start date per campaign. please kindly note that if you want to set unlimited date, you can just pass today's date as the start date