Class PopupWindowProperties
Popup Window Properties.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class PopupWindowProperties : IDirectResponseSchema
Properties
Dimension
Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
Declaration
[JsonProperty("dimension")]
public virtual Size Dimension { get; set; }
Property Value
Type | Description |
---|---|
Size |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Offset
Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
Declaration
[JsonProperty("offset")]
public virtual OffsetPosition Offset { get; set; }
Property Value
Type | Description |
---|---|
OffsetPosition |
PositionType
Popup window position either centered or at specific coordinate.
Declaration
[JsonProperty("positionType")]
public virtual string PositionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowAddressBar
Whether to display the browser address bar.
Declaration
[JsonProperty("showAddressBar")]
public virtual bool? ShowAddressBar { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShowMenuBar
Whether to display the browser menu bar.
Declaration
[JsonProperty("showMenuBar")]
public virtual bool? ShowMenuBar { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShowScrollBar
Whether to display the browser scroll bar.
Declaration
[JsonProperty("showScrollBar")]
public virtual bool? ShowScrollBar { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShowStatusBar
Whether to display the browser status bar.
Declaration
[JsonProperty("showStatusBar")]
public virtual bool? ShowStatusBar { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShowToolBar
Whether to display the browser tool bar.
Declaration
[JsonProperty("showToolBar")]
public virtual bool? ShowToolBar { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Title
Title of popup window.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |