Class RateDetails
The rate related settings of the inventory source.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class RateDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InventorySourceRateType
The rate type. Acceptable values are INVENTORY_SOURCE_RATE_TYPE_CPM_FIXED,
INVENTORY_SOURCE_RATE_TYPE_CPM_FLOOR, and INVENTORY_SOURCE_RATE_TYPE_CPD.
Declaration
[JsonProperty("inventorySourceRateType")]
public virtual string InventorySourceRateType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinimumSpend
Output only. The amount that the buyer has committed to spending on the inventory source up front. Only applicable for guaranteed inventory sources.
Declaration
[JsonProperty("minimumSpend")]
public virtual Money MinimumSpend { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |
Rate
The rate for the inventory source.
Declaration
[JsonProperty("rate")]
public virtual Money Rate { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |
UnitsPurchased
Required for guaranteed inventory sources. The number of impressions guaranteed by the seller.
Declaration
[JsonProperty("unitsPurchased")]
public virtual long? UnitsPurchased { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |