Show / Hide Table of Contents

Class MaximizeSpendBidStrategy

A strategy that automatically adjusts the bid to optimize a specified performance goal while spending the full budget.

Inheritance
object
MaximizeSpendBidStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class MaximizeSpendBidStrategy : IDirectResponseSchema

Properties

CustomBiddingAlgorithmId

The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO. Assigning a custom bidding algorithm that uses floodlight activities not identified in floodlightActivityConfigs will return an error.

Declaration
[JsonProperty("customBiddingAlgorithmId")]
public virtual long? CustomBiddingAlgorithmId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxAverageCpmBidAmountMicros

The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. For example, 1500000 represents 1.5 standard units of the currency.

Declaration
[JsonProperty("maxAverageCpmBidAmountMicros")]
public virtual long? MaxAverageCpmBidAmountMicros { get; set; }
Property Value
Type Description
long?

PerformanceGoalType

Required. The type of the performance goal that the bidding strategy tries to minimize while spending the full budget. BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM is not supported for this strategy.

Declaration
[JsonProperty("performanceGoalType")]
public virtual string PerformanceGoalType { get; set; }
Property Value
Type Description
string

RaiseBidForDeals

Whether the strategy takes deal floor prices into account.

Declaration
[JsonProperty("raiseBidForDeals")]
public virtual bool? RaiseBidForDeals { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX