google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize View Source

Next Id: 7

Attributes

  • allowedFormats ([String.t]): The formats allowed by the publisher. Defaults to: null.
  • companionSizes ([TargetingValueSize]): For video size type, the list of companion sizes. Defaults to: null.
  • creativeSizeType (String.t): The Creative size type. Defaults to: null.
  • nativeTemplate (String.t): The native template for native ad. Defaults to: null.
  • size (TargetingValueSize): For regular or video creative size type, specifies the size of the creative. Defaults to: null.
  • skippableAdType (String.t): The skippable ad type for video size. 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.V14.Model.TargetingValueCreativeSize{
  allowedFormats: [any()],
  companionSizes: [GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t()],
  creativeSizeType: any(),
  nativeTemplate: any(),
  size: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueSize.t(),
  skippableAdType: any()
}

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.