GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DeliveryControl (google_api_authorized_buyers_marketplace v0.2.0) View Source

Message contains details about how the deal will be paced.

Attributes

  • companionDeliveryType (type: String.t, default: nil) - Output only. Specifies roadblocking in a master companion lineitem.
  • creativeRotationType (type: String.t, default: nil) - Output only. Specifies strategy to use for selecting a creative when multiple creatives of the same size are available.
  • deliveryRateType (type: String.t, default: nil) - Output only. Specifies how the impression delivery will be paced.
  • frequencyCap (type: list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.FrequencyCap.t), default: nil) - Output only. Specifies any frequency caps. Cannot be filtered within ListDealsRequest.
  • roadblockingType (type: String.t, default: nil) - Output only. Specifies the roadblocking type in display creatives.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DeliveryControl{
  companionDeliveryType: String.t() | nil,
  creativeRotationType: String.t() | nil,
  deliveryRateType: String.t() | nil,
  frequencyCap:
    [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.FrequencyCap.t()] | nil,
  roadblockingType: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.