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

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldVisibility.

The visibility level of a CustomField.

Protobuf type google.ads.admanager.v1.CustomFieldVisibilityEnum.CustomFieldVisibility

Namespace

Google \ Ads \ AdManager \ V1 \ CustomFieldVisibilityEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CUSTOM_FIELD_VISIBILITY_UNSPECIFIED

Value: 0

No value specified

Generated from protobuf enum CUSTOM_FIELD_VISIBILITY_UNSPECIFIED = 0;

HIDDEN

Value: 1

The CustomField is not visible in the UI and only visible through the API.

Generated from protobuf enum HIDDEN = 1;

READ_ONLY

Value: 2

The CustomField is visible in the UI and only editable through the API.

Generated from protobuf enum READ_ONLY = 2;

EDITABLE

Value: 3

The CustomField is visible and editable in both the API and UI.

Generated from protobuf enum EDITABLE = 3;