Class ProgrammaticGuaranteedTerms
Pricing terms for Programmatic Guaranteed Deals.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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 |