Class 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.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class CheckCompatibilityRequest : IDirectResponseSchema
Properties
CompatibilityFilter
Filters the dimensions and metrics in the response to just this compatibility. Commonly used as
”compatibilityFilter”: “COMPATIBLE” to only return compatible dimensions & metrics.
Declaration
[JsonProperty("compatibilityFilter")]
public virtual string CompatibilityFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DimensionFilter
The filter clause of dimensions. dimensionFilter should be the same value as in your runReport request.
Declaration
[JsonProperty("dimensionFilter")]
public virtual FilterExpression DimensionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpression |
Dimensions
The dimensions in this report. dimensions should be the same value as in your runReport request.
Declaration
[JsonProperty("dimensions")]
public virtual IList<Dimension> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetricFilter
The filter clause of metrics. metricFilter should be the same value as in your runReport request
Declaration
[JsonProperty("metricFilter")]
public virtual FilterExpression MetricFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterExpression |
Metrics
The metrics in this report. metrics should be the same value as in your runReport request.
Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Metric> |