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

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 will not 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.

Generated from protobuf enum SAVED = 2;