google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.PopupWindowProperties View Source
Popup Window Properties.
Attributes
dimension
(type:GoogleApi.DFAReporting.V34.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 VPAIDoffset
(type:GoogleApi.DFAReporting.V34.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.
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 Sourcet() :: %GoogleApi.DFAReporting.V34.Model.PopupWindowProperties{ dimension: GoogleApi.DFAReporting.V34.Model.Size.t(), offset: GoogleApi.DFAReporting.V34.Model.OffsetPosition.t(), positionType: String.t(), showAddressBar: boolean(), showMenuBar: boolean(), showScrollBar: boolean(), showStatusBar: boolean(), showToolBar: boolean(), title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.