Show / Hide Table of Contents

Class GuaranteedFixedPriceTerms

Terms for Programmatic Guaranteed Deals.

Inheritance
object
GuaranteedFixedPriceTerms
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class GuaranteedFixedPriceTerms : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FixedPrices

Fixed price for the specified buyer.

Declaration
[JsonProperty("fixedPrices")]
public virtual IList<PricePerBuyer> FixedPrices { get; set; }
Property Value
Type Description
IList<PricePerBuyer>

GuaranteedImpressions

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

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

GuaranteedLooks

Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.

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

ImpressionCap

The lifetime impression cap for CPM sponsorship deals. The deal will stop serving when the cap is reached.

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

MinimumDailyLooks

Daily minimum looks for CPD deal types. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.

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

PercentShareOfVoice

For sponsorship deals, this is the percentage of the seller's eligible impressions that the deal will serve until the cap is reached.

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

ReservationType

The reservation type for a Programmatic Guaranteed deal. This indicates whether the number of impressions is fixed, or a percent of available impressions. If not specified, the default reservation type is STANDARD.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX