Class: Google::Analytics::Data::V1beta::CheckCompatibilityRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::CheckCompatibilityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
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.
Instance Attribute Summary collapse
-
#compatibility_filter ⇒ ::Google::Analytics::Data::V1beta::Compatibility
Filters the dimensions and metrics in the response to just this compatibility.
-
#dimension_filter ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
The filter clause of dimensions.
-
#dimensions ⇒ ::Array<::Google::Analytics::Data::V1beta::Dimension>
The dimensions in this report.
-
#metric_filter ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
The filter clause of metrics.
-
#metrics ⇒ ::Array<::Google::Analytics::Data::V1beta::Metric>
The metrics in this report.
-
#property ⇒ ::String
A Google Analytics property identifier whose events are tracked.
Instance Attribute Details
#compatibility_filter ⇒ ::Google::Analytics::Data::V1beta::Compatibility
Returns Filters the dimensions and metrics in the response to just this
compatibility. Commonly used as ”compatibilityFilter”: “COMPATIBLE”
to only return compatible dimensions & metrics.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimension_filter ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
Returns The filter clause of dimensions. dimensionFilter
should be the same value
as in your runReport
request.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimensions ⇒ ::Array<::Google::Analytics::Data::V1beta::Dimension>
Returns The dimensions in this report. dimensions
should be the same value as in
your runReport
request.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_filter ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
Returns The filter clause of metrics. metricFilter
should be the same value as in
your runReport
request.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metrics ⇒ ::Array<::Google::Analytics::Data::V1beta::Metric>
Returns The metrics in this report. metrics
should be the same value as in your
runReport
request.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property ⇒ ::String
Returns A Google Analytics property identifier whose events are tracked. To
learn more, see where to find your Property
ID.
property
should be the same value as in your runReport
request.
Example: properties/1234.
57 58 59 60 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 57 class CheckCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |