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

    Type Alias EditManualProductAdsParams

    Parameters for the edit manual product ads API

    type EditManualProductAdsParams = {
        budget?: number;
        campaign_id: number;
        discovery_ads_locations?: { bid_price: number; location: string }[];
        edit_action: string;
        end_date?: string;
        enhanced_cpc?: boolean;
        reference_id: string;
        roas_target?: number;
        smart_creative_setting?: string;
        start_date?: string;
    }
    Index

    Properties

    budget?: number

    The budget set for the Manual Product Ads

    campaign_id: number

    The unique identifier for the campaign

    discovery_ads_locations?: { bid_price: number; location: string }[]

    Location settings for manual bidding method

    Type Declaration

    • bid_price: number

      Bid price

    • location: string

      Location: "daily_discover" or "you_may_also_like"

    edit_action: string

    The update action

    end_date?: string

    End date of the campaign (DD-MM-YYYY format)

    enhanced_cpc?: boolean

    Enhanced CPC functionality toggle

    reference_id: string

    A random string used to prevent duplicate ads

    roas_target?: number

    ROAS target for campaigns with auto bidding

    smart_creative_setting?: string

    Smart Creative setting: "", "default", "on", or "off"

    start_date?: string

    Start date of the campaign (DD-MM-YYYY format)