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
value
mixed
static::value
name
mixed
Constants
HIDDEN
Value: 0
Default value. Reports with hidden visibility won't appear in the Ad Manager UI.
Generated from protobuf enum HIDDEN = 0;
DRAFT
Value: 1
Reports 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;
SAVED
Value: 2
Reports with saved visibility will appear in the Ad Manager UI by default. Alias for VISIBLE and will be replaced in the future.
Generated from protobuf enum SAVED = 2 [deprecated = true];
VISIBLE
Value: 2
Reports with this visibility will appear in the Ad Manager UI.
Generated from protobuf enum VISIBLE = 2;

