BiddingStrategy
import type { BiddingStrategy } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Settings that control the bid strategy. Bid strategy determines the bid price.
interface BiddingStrategy {
fixedBid?: FixedBidStrategy;
maximizeSpendAutoBid?: MaximizeSpendBidStrategy;
performanceGoalAutoBid?: PerformanceGoalBidStrategy;
youtubeAndPartnersBid?: YoutubeAndPartnersBiddingStrategy;
}§Properties
§
fixedBid?: FixedBidStrategy
[src]A strategy that uses a fixed bid price.
§
maximizeSpendAutoBid?: MaximizeSpendBidStrategy
[src]BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA,BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC, andBIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWEDonly allow forLINE_ITEM_TYPE_DISPLAY_DEFAULTorLINE_ITEM_TYPE_VIDEO_DEFAULTline items. *BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVAandBIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TENonly allow forLINE_ITEM_TYPE_VIDEO_DEFAULTline items. *BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_REACHonly allows forLINE_ITEM_TYPE_VIDEO_OVER_THE_TOPline items.
§
performanceGoalAutoBid?: PerformanceGoalBidStrategy
[src]A strategy that automatically adjusts the bid to meet or beat a specified performance goal. It is to be used only for a line item entity.
§
youtubeAndPartnersBid?: YoutubeAndPartnersBiddingStrategy
[src]A bid strategy used by YouTube and Partners resources. It can only be used for a YouTube and Partners line item or ad group entity.