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

Message contains details about how the deals will be paced.

Attributes

  • creativeBlockingLevel (String.t): Output only. Specified the creative blocking levels to be applied. Defaults to: null.

    • Enum - one of [CREATIVE_BLOCKING_LEVEL_UNSPECIFIED, PUBLISHER_BLOCKING_RULES, ADX_POLICY_BLOCKING_ONLY]
  • deliveryRateType (String.t): Output only. Specifies how the impression delivery will be paced. Defaults to: null.

    • Enum - one of [DELIVERY_RATE_TYPE_UNSPECIFIED, EVENLY, FRONT_LOADED, AS_FAST_AS_POSSIBLE]
  • frequencyCaps ([FrequencyCap]): Output only. Specifies any frequency caps. 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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.