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 \ CalculatedMetricMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESTRICTED_METRIC_TYPE_UNSPECIFIED
Value: 0Type unknown or unspecified.
Generated from protobuf enum RESTRICTED_METRIC_TYPE_UNSPECIFIED = 0;
COST_DATA
Value: 1Metric reports cost data.
Generated from protobuf enum COST_DATA = 1;
REVENUE_DATA
Value: 2Metric reports revenue data.
Generated from protobuf enum REVENUE_DATA = 2;