Class CampaignFlight
Settings that track the planned spend and duration of a campaign.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class CampaignFlight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlannedDates
Required. The dates that the campaign is expected to run. They are resolved relative to the parent
advertiser's time zone. * The dates specified here will not affect serving. They are used to generate alerts
and warnings. For example, if the flight date of any child insertion order is outside the range of these
dates, the user interface will show a warning. * start_date
is required and must be the current date or
later. * end_date
is optional. If specified, it must be the start_date
or later. * Any specified date
must be before the year 2037.
Declaration
[JsonProperty("plannedDates")]
public virtual DateRange PlannedDates { get; set; }
Property Value
Type | Description |
---|---|
DateRange |
PlannedSpendAmountMicros
The amount the campaign is expected to spend for its given planned_dates. This will not limit serving, but will be used for tracking spend in the DV360 UI. The amount is in micros. Must be greater than or equal to 0. For example, 500000000 represents 500 standard units of the currency.
Declaration
[JsonProperty("plannedSpendAmountMicros")]
public virtual long? PlannedSpendAmountMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |