google_api_ad_exchange_buyer v0.9.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap View Source

Frequency cap.

Attributes

  • maxImpressions (integer()): The maximum number of impressions that can be served to a user within the specified time period. Defaults to: null.
  • numTimeUnits (integer()): 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. Defaults to: null.
  • timeUnitType (String.t): The time unit. Along with num_time_units defines the amount of time over which impressions per user are counted and capped. Defaults to: null.

    • Enum - one of [TIME_UNIT_TYPE_UNSPECIFIED, MINUTE, HOUR, DAY, WEEK, MONTH, LIFETIME]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap{
  maxImpressions: any(),
  numTimeUnits: any(),
  timeUnitType: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.