google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.DeliveryControl View Source
Message contains details about how the deals will be paced.
Attributes
creativeBlockingLevel (String.t): Specified the creative blocking levels to be applied. @OutputOnly Defaults to:
null
.- Enum - one of [CREATIVE_BLOCKING_LEVEL_UNSPECIFIED, PUBLISHER_BLOCKING_RULES, ADX_POLICY_BLOCKING_ONLY]
deliveryRateType (String.t): Specifies how the impression delivery will be paced. @OutputOnly Defaults to:
null
.- Enum - one of [DELIVERY_RATE_TYPE_UNSPECIFIED, EVENLY, FRONT_LOADED, AS_FAST_AS_POSSIBLE]
- frequencyCaps ([FrequencyCap]): Specifies any frequency caps. @OutputOnly Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DeliveryControl{
creativeBlockingLevel: any(),
deliveryRateType: any(),
frequencyCaps: [GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap.t()]
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DeliveryControl{ creativeBlockingLevel: any(), deliveryRateType: any(), frequencyCaps: [GoogleApi.AdExchangeBuyer.V2beta1.Model.FrequencyCap.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.