Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::CheckCompatibilityRequest.
The request for compatibility information for a report's dimensions and metrics. Check compatibility provides a preview of the compatibility of a report; fields shared with the runReport request should be the same values as in your runReport request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compatibility_filter
def compatibility_filter() -> ::Google::Analytics::Data::V1beta::Compatibility- (::Google::Analytics::Data::V1beta::Compatibility) — Filters the dimensions and metrics in the response to just this compatibility. Commonly used as
”compatibilityFilter”: “COMPATIBLE”to only return compatible dimensions & metrics.
#compatibility_filter=
def compatibility_filter=(value) -> ::Google::Analytics::Data::V1beta::Compatibility- value (::Google::Analytics::Data::V1beta::Compatibility) — Filters the dimensions and metrics in the response to just this compatibility. Commonly used as
”compatibilityFilter”: “COMPATIBLE”to only return compatible dimensions & metrics.
- (::Google::Analytics::Data::V1beta::Compatibility) — Filters the dimensions and metrics in the response to just this compatibility. Commonly used as
”compatibilityFilter”: “COMPATIBLE”to only return compatible dimensions & metrics.
#dimension_filter
def dimension_filter() -> ::Google::Analytics::Data::V1beta::FilterExpression- (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of dimensions.
dimensionFiltershould be the same value as in yourrunReportrequest.
#dimension_filter=
def dimension_filter=(value) -> ::Google::Analytics::Data::V1beta::FilterExpression- value (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of dimensions.
dimensionFiltershould be the same value as in yourrunReportrequest.
- (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of dimensions.
dimensionFiltershould be the same value as in yourrunReportrequest.
#dimensions
def dimensions() -> ::Array<::Google::Analytics::Data::V1beta::Dimension>- (::Array<::Google::Analytics::Data::V1beta::Dimension>) — The dimensions in this report.
dimensionsshould be the same value as in yourrunReportrequest.
#dimensions=
def dimensions=(value) -> ::Array<::Google::Analytics::Data::V1beta::Dimension>- value (::Array<::Google::Analytics::Data::V1beta::Dimension>) — The dimensions in this report.
dimensionsshould be the same value as in yourrunReportrequest.
- (::Array<::Google::Analytics::Data::V1beta::Dimension>) — The dimensions in this report.
dimensionsshould be the same value as in yourrunReportrequest.
#metric_filter
def metric_filter() -> ::Google::Analytics::Data::V1beta::FilterExpression- (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of metrics.
metricFiltershould be the same value as in yourrunReportrequest
#metric_filter=
def metric_filter=(value) -> ::Google::Analytics::Data::V1beta::FilterExpression- value (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of metrics.
metricFiltershould be the same value as in yourrunReportrequest
- (::Google::Analytics::Data::V1beta::FilterExpression) — The filter clause of metrics.
metricFiltershould be the same value as in yourrunReportrequest
#metrics
def metrics() -> ::Array<::Google::Analytics::Data::V1beta::Metric>- (::Array<::Google::Analytics::Data::V1beta::Metric>) — The metrics in this report.
metricsshould be the same value as in yourrunReportrequest.
#metrics=
def metrics=(value) -> ::Array<::Google::Analytics::Data::V1beta::Metric>- value (::Array<::Google::Analytics::Data::V1beta::Metric>) — The metrics in this report.
metricsshould be the same value as in yourrunReportrequest.
- (::Array<::Google::Analytics::Data::V1beta::Metric>) — The metrics in this report.
metricsshould be the same value as in yourrunReportrequest.
#property
def property() -> ::String- (::String) — A Google Analytics GA4 property identifier whose events are tracked. To learn more, see where to find your Property ID.
propertyshould be the same value as in yourrunReportrequest.Example: properties/1234
Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
#property=
def property=(value) -> ::String- value (::String) — A Google Analytics GA4 property identifier whose events are tracked. To learn more, see where to find your Property ID.
propertyshould be the same value as in yourrunReportrequest.Example: properties/1234
Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
- (::String) — A Google Analytics GA4 property identifier whose events are tracked. To learn more, see where to find your Property ID.
propertyshould be the same value as in yourrunReportrequest.Example: properties/1234
Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.