View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap (google_api_ad_exchange_buyer v0.41.0)

Frequency cap.

Attributes

  • maxImpressions (type: integer(), default: nil) - The maximum number of impressions that can be served to a user within the specified time period.
  • numTimeUnits (type: integer(), default: nil) - The amount of time, in the units specified by time_unit_type. Defines the amount of time over which impressions per user are counted and capped.
  • timeUnitType (type: String.t, default: nil) - The time unit. Along with num_time_units defines the amount of time over which impressions per user are counted and capped.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap{
  maxImpressions: integer() | nil,
  numTimeUnits: integer() | nil,
  timeUnitType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.