Google Ads Ad Manager V1 Client - Class Visibility (0.7.0)

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 \ Report

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;

VISIBLE

Value: 2

Reports with this visibility will appear in the Ad Manager UI.

Generated from protobuf enum VISIBLE = 2;

SAVED

Value: 2

Deprecated: 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];