View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DeliveryControl (google_api_authorized_buyers_marketplace v0.4.0)
Message contains details about how the deal will be paced.
Attributes
-
companionDeliveryType
(type:String.t
, default:nil
) - Output only. Specifies roadblocking in a main 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.