View Source GoogleApi.DisplayVideo.V1.Model.CampaignFlight (google_api_display_video v0.35.0)

Settings that track the planned spend and duration of a campaign.

Attributes

  • plannedDates (type: GoogleApi.DisplayVideo.V1.Model.DateRange.t, default: nil) - 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.
  • plannedSpendAmountMicros (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CampaignFlight{
  plannedDates: GoogleApi.DisplayVideo.V1.Model.DateRange.t() | nil,
  plannedSpendAmountMicros: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.