Show / Hide Table of Contents

Class DemandGenBiddingStrategy

Settings that control the bid strategy for Demand Gen resources.

Inheritance
object
DemandGenBiddingStrategy
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.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class DemandGenBiddingStrategy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EffectiveBiddingValue

Output only. If AG doesn't set value for tCPA or tROAS, line item bidding value will be the effective_bidding_value, if the bidding strategy type is not tCPA or tROAS, effective_bidding_value is always 0. For line item, it will be the same as the value field.

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

EffectiveBiddingValueSource

Output only. Source of the effective bidding value.

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

Type

Optional. The type of the bidding strategy. This can only be set at the line item level.

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

Value

Optional. The value used by the bidding strategy. This can be set at the line item and ad group level. This field is only applicable for the following strategy types: * DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA * DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS Value of this field is in micros of the advertiser's currency or ROAS value. For example, 1000000 represents 1.0 standard units of the currency or 100% ROAS value. If not using an applicable strategy, the value of this field will be 0.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX