Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::MetricCompatibility.
The compatibility for a single metric.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compatibility
def compatibility() -> ::Google::Analytics::Data::V1beta::Compatibility
Returns
- (::Google::Analytics::Data::V1beta::Compatibility) — The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
#compatibility=
def compatibility=(value) -> ::Google::Analytics::Data::V1beta::Compatibility
Parameter
- value (::Google::Analytics::Data::V1beta::Compatibility) — The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
Returns
- (::Google::Analytics::Data::V1beta::Compatibility) — The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
#metric_metadata
def metric_metadata() -> ::Google::Analytics::Data::V1beta::MetricMetadata
Returns
- (::Google::Analytics::Data::V1beta::MetricMetadata) — The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.
#metric_metadata=
def metric_metadata=(value) -> ::Google::Analytics::Data::V1beta::MetricMetadata
Parameter
- value (::Google::Analytics::Data::V1beta::MetricMetadata) — The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.
Returns
- (::Google::Analytics::Data::V1beta::MetricMetadata) — The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.