Class: Google::Analytics::Data::V1beta::CheckCompatibilityRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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.



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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 GA4 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.

Returns:

  • (::String)

    A Google Analytics GA4 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