GoogleApi.DFAReporting.V34.Model.AdSlot (google_api_dfa_reporting v0.31.0)

View Source

Ad Slot

Attributes

  • comment (type: String.t, default: nil) - Comment for this ad slot.
  • compatibility (type: String.t, default: nil) - Ad slot compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.
  • height (type: String.t, default: nil) - Height of this ad slot.
  • linkedPlacementId (type: String.t, default: nil) - ID of the placement from an external platform that is linked to this ad slot.
  • name (type: String.t, default: nil) - Name of this ad slot.
  • paymentSourceType (type: String.t, default: nil) - Payment source type of this ad slot.
  • primary (type: boolean(), default: nil) - Primary ad slot of a roadblock inventory item.
  • width (type: String.t, default: nil) - Width of this ad slot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.AdSlot{
  comment: String.t() | nil,
  compatibility: String.t() | nil,
  height: String.t() | nil,
  linkedPlacementId: String.t() | nil,
  name: String.t() | nil,
  paymentSourceType: String.t() | nil,
  primary: boolean() | nil,
  width: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.