| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta | |
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsData.Properties.RunReport |
AnalyticsData.Properties.runReport(String property,
RunReportRequest content)
Returns a customized report of your Google Analytics event data.
|
| Constructor and Description |
|---|
RunReport(String property,
RunReportRequest content)
Returns a customized report of your Google Analytics event data.
|
| Modifier and Type | Method and Description |
|---|---|
RunReportRequest |
RunReportRequest.clone() |
RunReportRequest |
RunReportRequest.set(String fieldName,
Object value) |
RunReportRequest |
RunReportRequest.setCohortSpec(CohortSpec cohortSpec)
Cohort group associated with this request.
|
RunReportRequest |
RunReportRequest.setCurrencyCode(String currencyCode)
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
RunReportRequest |
RunReportRequest.setDateRanges(List<DateRange> dateRanges)
Date ranges of data to read.
|
RunReportRequest |
RunReportRequest.setDimensionFilter(FilterExpression dimensionFilter)
Dimension filters let you ask for only specific dimension values in the report.
|
RunReportRequest |
RunReportRequest.setDimensions(List<Dimension> dimensions)
The dimensions requested and displayed.
|
RunReportRequest |
RunReportRequest.setKeepEmptyRows(Boolean keepEmptyRows)
If false or unspecified, each row with all metrics equal to 0 will not be returned.
|
RunReportRequest |
RunReportRequest.setLimit(Long limit)
The number of rows to return.
|
RunReportRequest |
RunReportRequest.setMetricAggregations(List<String> metricAggregations)
Aggregation of metrics.
|
RunReportRequest |
RunReportRequest.setMetricFilter(FilterExpression metricFilter)
The filter clause of metrics.
|
RunReportRequest |
RunReportRequest.setMetrics(List<Metric> metrics)
The metrics requested and displayed.
|
RunReportRequest |
RunReportRequest.setOffset(Long offset)
The row count of the start row.
|
RunReportRequest |
RunReportRequest.setOrderBys(List<OrderBy> orderBys)
Specifies how rows are ordered in the response.
|
RunReportRequest |
RunReportRequest.setProperty(String property)
A Google Analytics GA4 property identifier whose events are tracked.
|
RunReportRequest |
RunReportRequest.setReturnPropertyQuota(Boolean returnPropertyQuota)
Toggles whether to return the current state of this Analytics Property's quota.
|
| Modifier and Type | Method and Description |
|---|---|
List<RunReportRequest> |
BatchRunReportsRequest.getRequests()
Individual requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRunReportsRequest |
BatchRunReportsRequest.setRequests(List<RunReportRequest> requests)
Individual requests.
|
Copyright © 2011–2023 Google. All rights reserved.