Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TargetWindow.
Corresponds to an HTML link's target attribute.
See http://www.w3.org/TR/html401/present/frames.html#adef-target
Protobuf type google.ads.admanager.v1.TargetWindowEnum.TargetWindow
Namespace
Google \ Ads \ AdManager \ V1 \ TargetWindowEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TARGET_WINDOW_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum TARGET_WINDOW_UNSPECIFIED = 0;
TOP
Value: 1
Specifies that the link should open in the full body of the page.
Generated from protobuf enum TOP = 1;
BLANK
Value: 2
Specifies that the link should open in a new window.
Generated from protobuf enum BLANK = 2;