GoogleApi.AnalyticsData.V1alpha.Model.RunRealtimeReportRequest (google_api_analytics_data v0.7.0) View Source
The request to generate a realtime report.
Attributes
-
dimensionFilter
(type:GoogleApi.AnalyticsData.V1alpha.Model.FilterExpression.t
, default:nil
) - The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter. -
dimensions
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.Dimension.t)
, default:nil
) - The dimensions requested and displayed. -
limit
(type:String.t
, default:nil
) - The number of rows to return. If unspecified, 10 rows are returned. If -1, all rows are returned. -
metricAggregations
(type:list(String.t)
, default:nil
) - Aggregation of metrics. Aggregated metric values will be shown in rows where the dimensionvalues are set to "RESERVED(MetricAggregation)". -
metricFilter
(type:GoogleApi.AnalyticsData.V1alpha.Model.FilterExpression.t
, default:nil
) - The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter. -
metrics
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.Metric.t)
, default:nil
) - The metrics requested and displayed. -
orderBys
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.OrderBy.t)
, default:nil
) - Specifies how rows are ordered in the response. -
returnPropertyQuota
(type:boolean()
, default:nil
) - Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota is returned in PropertyQuota.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.RunRealtimeReportRequest{ dimensionFilter: GoogleApi.AnalyticsData.V1alpha.Model.FilterExpression.t(), dimensions: [GoogleApi.AnalyticsData.V1alpha.Model.Dimension.t()], limit: String.t(), metricAggregations: [String.t()], metricFilter: GoogleApi.AnalyticsData.V1alpha.Model.FilterExpression.t(), metrics: [GoogleApi.AnalyticsData.V1alpha.Model.Metric.t()], orderBys: [GoogleApi.AnalyticsData.V1alpha.Model.OrderBy.t()], returnPropertyQuota: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.