Show / Hide Table of Contents

Class ProgrammaticGuaranteedTerms

Pricing terms for Programmatic Guaranteed Deals.

Inheritance
object
ProgrammaticGuaranteedTerms
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.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class ProgrammaticGuaranteedTerms : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FixedPrice

Fixed price for the deal.

Declaration
[JsonProperty("fixedPrice")]
public virtual Price FixedPrice { get; set; }
Property Value
Type Description
Price

GuaranteedLooks

Count of guaranteed looks. 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. Deal will stop serving when 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. Valid value is within range 0~100.

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