Google Analytics Admin V1alpha Client - Class RestrictedMetricType (0.22.4)

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

Labels that mark the data in calculated metric used in conjunction with user roles that restrict access to cost and/or revenue metrics.

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

Namespace

Google \ Analytics \ Admin \ V1alpha \ CalculatedMetric

Methods

static::name

Parameter
Name Description
value mixed

static::value

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