Google Analytics Admin V1alpha Client - Class RestrictedMetricType (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class RestrictedMetricType.

Labels that mark the data in this custom metric as data that should be restricted to specific users.

Protobuf type google.analytics.admin.v1alpha.CustomMetric.RestrictedMetricType

Namespace

Google \ Analytics \ Admin \ V1alpha \ CustomMetric

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESTRICTED_METRIC_TYPE_UNSPECIFIED

Value: 0

Type unknown or unspecified.

Generated from protobuf enum RESTRICTED_METRIC_TYPE_UNSPECIFIED = 0;

COST_DATA

Value: 1

Metric reports cost data.

Generated from protobuf enum COST_DATA = 1;

REVENUE_DATA

Value: 2

Metric reports revenue data.

Generated from protobuf enum REVENUE_DATA = 2;