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 \ CustomMetricMethods
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;