Reference documentation and code samples for the Google Ads Ad Manager V1 Client class Visibility.
The visibility of a report.
Protobuf type google.ads.admanager.v1.Report.Visibility
Namespace
Google \ Ads \ AdManager \ V1 \ ReportMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HIDDEN
Value: 0Default value. Reports with hidden visibility won't appear in the Ad Manager UI.
Generated from protobuf enum HIDDEN = 0;
DRAFT
Value: 1Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them.
Generated from protobuf enum DRAFT = 1;
VISIBLE
Value: 2Reports with this visibility will appear in the Ad Manager UI.
Generated from protobuf enum VISIBLE = 2;
SAVED
Value: 2Deprecated: Use VISIBLE.
Reports with saved visibility will appear in the Ad Manager UI by
default. This is an alias for VISIBLE and will be removed in the
future.
Generated from protobuf enum SAVED = 2 [deprecated = true];