Show / Hide Table of Contents

Class DealTermsGuaranteedFixedPriceTerms

Inheritance
System.Object
DealTermsGuaranteedFixedPriceTerms
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class DealTermsGuaranteedFixedPriceTerms : IDirectResponseSchema

Properties

BillingInfo

External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.

Declaration
[JsonProperty("billingInfo")]
public virtual DealTermsGuaranteedFixedPriceTermsBillingInfo BillingInfo { get; set; }
Property Value
Type Description
DealTermsGuaranteedFixedPriceTermsBillingInfo

ETag

The ETag of the item.

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

FixedPrices

Fixed price for the specified buyer.

Declaration
[JsonProperty("fixedPrices")]
public virtual IList<PricePerBuyer> FixedPrices { get; set; }
Property Value
Type Description
System.Collections.Generic.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
System.Nullable<System.Int64>

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
System.Nullable<System.Int64>

MinimumDailyLooks

Count of minimum daily looks for a CPD deal. 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
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top