| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta | |
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsData.Properties.RunRealtimeReport |
AnalyticsData.Properties.runRealtimeReport(String property,
RunRealtimeReportRequest content)
Returns a customized report of realtime event data for your property.
|
| Constructor and Description |
|---|
RunRealtimeReport(String property,
RunRealtimeReportRequest content)
Returns a customized report of realtime event data for your property.
|
| Modifier and Type | Method and Description |
|---|---|
RunRealtimeReportRequest |
RunRealtimeReportRequest.clone() |
RunRealtimeReportRequest |
RunRealtimeReportRequest.set(String fieldName,
Object value) |
RunRealtimeReportRequest |
RunRealtimeReportRequest.setDimensionFilter(FilterExpression dimensionFilter)
The filter clause of dimensions.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setDimensions(List<Dimension> dimensions)
The dimensions requested and displayed.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setLimit(Long limit)
The number of rows to return.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setMetricAggregations(List<String> metricAggregations)
Aggregation of metrics.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setMetricFilter(FilterExpression metricFilter)
The filter clause of metrics.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setMetrics(List<Metric> metrics)
The metrics requested and displayed.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setMinuteRanges(List<MinuteRange> minuteRanges)
The minute ranges of event data to read.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setOrderBys(List<OrderBy> orderBys)
Specifies how rows are ordered in the response.
|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setReturnPropertyQuota(Boolean returnPropertyQuota)
Toggles whether to return the current state of this Analytics Property's Realtime quota.
|
Copyright © 2011–2023 Google. All rights reserved.