Class BiddingStrategy
Settings that control the bid strategy. Bid strategy determines the bid price.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class BiddingStrategy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FixedBid
A strategy that uses a fixed bid price.
Declaration
[JsonProperty("fixedBid")]
public virtual FixedBidStrategy FixedBid { get; set; }
Property Value
| Type | Description |
|---|---|
| FixedBidStrategy |
MaximizeSpendAutoBid
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.
Declaration
[JsonProperty("maximizeSpendAutoBid")]
public virtual MaximizeSpendBidStrategy MaximizeSpendAutoBid { get; set; }
Property Value
| Type | Description |
|---|---|
| MaximizeSpendBidStrategy |
PerformanceGoalAutoBid
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.
Declaration
[JsonProperty("performanceGoalAutoBid")]
public virtual PerformanceGoalBidStrategy PerformanceGoalAutoBid { get; set; }
Property Value
| Type | Description |
|---|---|
| PerformanceGoalBidStrategy |