View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.FrequencyCap (google_api_authorized_buyers_marketplace v0.6.2)

Message contains details about publisher-set frequency caps of the delivery.

Attributes

  • maxImpressions (type: integer(), default: nil) - The maximum number of impressions that can be served to a user within the specified time period.
  • 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.
  • timeUnitsCount (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.FrequencyCap{
  maxImpressions: integer() | nil,
  timeUnitType: String.t() | nil,
  timeUnitsCount: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.