Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::DimensionCompatibility.
The compatibility for a single dimension.
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 dimension. If the compatibility is COMPATIBLE, this dimension 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 dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
Returns
- (::Google::Analytics::Data::V1beta::Compatibility) — The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
#dimension_metadata
def dimension_metadata() -> ::Google::Analytics::Data::V1beta::DimensionMetadata
Returns
- (::Google::Analytics::Data::V1beta::DimensionMetadata) — The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
#dimension_metadata=
def dimension_metadata=(value) -> ::Google::Analytics::Data::V1beta::DimensionMetadata
Parameter
- value (::Google::Analytics::Data::V1beta::DimensionMetadata) — The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.
Returns
- (::Google::Analytics::Data::V1beta::DimensionMetadata) — The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.