google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeRestrictions View Source

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 (String.t): The format of the environment that the creatives will be displayed in. Defaults to nil.
  • creativeSpecifications (list(GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t)): Defaults to nil.
  • skippableAdType (String.t): Skippable video ads allow viewers to skip ads after 5 seconds. Defaults to nil.

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.CreativeRestrictions{
  creativeFormat: String.t(),
  creativeSpecifications: [
    GoogleApi.AdExchangeBuyer.V2beta1.Model.CreativeSpecification.t()
  ],
  skippableAdType: String.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.