View Source GoogleApi.DisplayVideo.V3.Model.TargetFrequency (google_api_display_video v0.34.0)

Setting that controls the average number of times the ads will show to the same person over a certain period of time.

Attributes

  • targetCount (type: String.t, default: nil) - The target number of times, on average, the ads will be shown to the same person in the timespan dictated by time_unit and time_unit_count.
  • timeUnit (type: String.t, default: nil) - The unit of time in which the target frequency will be applied. The following time unit is applicable: * TIME_UNIT_WEEKS
  • timeUnitCount (type: integer(), default: nil) - The number of time_unit the target frequency will last. The following restrictions apply based on the value of time_unit: * TIME_UNIT_WEEKS - must be 1

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.TargetFrequency{
  targetCount: String.t() | nil,
  timeUnit: String.t() | nil,
  timeUnitCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.