Class Pacing
Settings that control the rate at which a budget is spent.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class Pacing : IDirectResponseSchema
Properties
DailyMaxImpressions
Maximum number of impressions to serve every day. Applicable when the budget is impression based. Must be greater than 0.
Declaration
[JsonProperty("dailyMaxImpressions")]
public virtual long? DailyMaxImpressions { get; set; }
Property Value
Type | Description |
---|---|
long? |
DailyMaxMicros
Maximum currency amount to spend every day in micros of advertiser's currency. Applicable when the budget is currency based. Must be greater than 0. For example, for 1.5 standard unit of the currency, set this field to 1500000. The value assigned will be rounded to whole billable units for the relevant currency by the following rules: any positive value less than a single billable unit will be rounded up to one billable unit and any value larger than a single billable unit will be rounded down to the nearest billable value. For example, if the currency's billable unit is 0.01, and this field is set to 10257770, it will round down to 10250000, a value of 10.25. If set to 505, it will round up to 10000, a value of 0.01.
Declaration
[JsonProperty("dailyMaxMicros")]
public virtual long? DailyMaxMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PacingPeriod
Required. The time period in which the pacing budget will be spent. When automatic budget allocation is
enabled at the insertion order via automationType, this field is output only and defaults to
PACING_PERIOD_FLIGHT
.
Declaration
[JsonProperty("pacingPeriod")]
public virtual string PacingPeriod { get; set; }
Property Value
Type | Description |
---|---|
string |
PacingType
Required. The type of pacing that defines how the budget amount will be spent across the pacing_period.
PACING_TYPE_ASAP
is not compatible with pacing_period PACING_PERIOD_FLIGHT
for insertion orders.
Declaration
[JsonProperty("pacingType")]
public virtual string PacingType { get; set; }
Property Value
Type | Description |
---|---|
string |