View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions (google_api_ad_exchange_buyer v0.41.0)

Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager. This doesn't apply to Private Auction and AdX Preferred Deals.

Attributes

  • creativeFormat (type: String.t, default: nil) - The format of the environment that the creatives will be displayed in.
  • creativeSpecifications (type: list(GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t), default: nil) -
  • skippableAdType (type: String.t, default: nil) - Skippable video ads allow viewers to skip ads after 5 seconds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions{
  creativeFormat: String.t() | nil,
  creativeSpecifications:
    [GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t()] | nil,
  skippableAdType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.