GoogleApi.DFAReporting.V35.Model.PopupWindowProperties (google_api_dfa_reporting v0.31.0)

View Source

Popup Window Properties.

Attributes

  • dimension (type: GoogleApi.DFAReporting.V35.Model.Size.t, default: nil) - Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
  • offset (type: GoogleApi.DFAReporting.V35.Model.OffsetPosition.t, default: nil) - Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
  • positionType (type: String.t, default: nil) - Popup window position either centered or at specific coordinate.
  • showAddressBar (type: boolean(), default: nil) - Whether to display the browser address bar.
  • showMenuBar (type: boolean(), default: nil) - Whether to display the browser menu bar.
  • showScrollBar (type: boolean(), default: nil) - Whether to display the browser scroll bar.
  • showStatusBar (type: boolean(), default: nil) - Whether to display the browser status bar.
  • showToolBar (type: boolean(), default: nil) - Whether to display the browser tool bar.
  • title (type: String.t, default: nil) - Title of popup window.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V35.Model.PopupWindowProperties{
  dimension: GoogleApi.DFAReporting.V35.Model.Size.t() | nil,
  offset: GoogleApi.DFAReporting.V35.Model.OffsetPosition.t() | nil,
  positionType: String.t() | nil,
  showAddressBar: boolean() | nil,
  showMenuBar: boolean() | nil,
  showScrollBar: boolean() | nil,
  showStatusBar: boolean() | nil,
  showToolBar: boolean() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.