google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.AdSlot 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.

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.DFAReporting.V33.Model.AdSlot{
  comment: String.t(),
  compatibility: String.t(),
  height: String.t(),
  linkedPlacementId: String.t(),
  name: String.t(),
  paymentSourceType: String.t(),
  primary: boolean(),
  width: 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.